aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/compositing/Cargo.toml4
-rw-r--r--components/gfx/Cargo.toml4
-rw-r--r--components/layout/Cargo.toml2
-rw-r--r--components/msg/Cargo.toml2
-rw-r--r--components/net/Cargo.toml4
-rw-r--r--components/script/Cargo.toml4
-rw-r--r--components/script_traits/Cargo.toml2
-rw-r--r--components/servo/Cargo.toml4
-rw-r--r--components/style/Cargo.toml2
-rw-r--r--components/util/Cargo.toml4
-rw-r--r--ports/glfw/Cargo.toml2
-rw-r--r--ports/glutin/Cargo.toml2
12 files changed, 18 insertions, 18 deletions
diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml
index 6c8864b4e8c..194e07ba7aa 100644
--- a/components/compositing/Cargo.toml
+++ b/components/compositing/Cargo.toml
@@ -53,5 +53,5 @@ git = "https://github.com/servo/rust-core-text"
git = "https://github.com/servo/gleam"
[dependencies]
-url = "*"
-time = "*" \ No newline at end of file
+url = "0.2.16"
+time = "0.1.12" \ No newline at end of file
diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml
index a0d0c47670f..36db9e1d16a 100644
--- a/components/gfx/Cargo.toml
+++ b/components/gfx/Cargo.toml
@@ -60,5 +60,5 @@ git = "https://github.com/servo/rust-core-text"
path = "../script_traits"
[dependencies]
-url = "*"
-time = "*" \ No newline at end of file
+url = "0.2.16"
+time = "0.1.12" \ No newline at end of file
diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml
index fb3796577e6..8e7dadd144f 100644
--- a/components/layout/Cargo.toml
+++ b/components/layout/Cargo.toml
@@ -48,4 +48,4 @@ git = "https://github.com/servo/string-cache"
[dependencies]
encoding = "0.2"
-url = "*" \ No newline at end of file
+url = "0.2.16" \ No newline at end of file
diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml
index 2bd553491d9..9ffd1d65f0e 100644
--- a/components/msg/Cargo.toml
+++ b/components/msg/Cargo.toml
@@ -34,4 +34,4 @@ git = "https://github.com/servo/rust-core-foundation"
git = "https://github.com/servo/rust-io-surface"
[dependencies]
-url = "*" \ No newline at end of file
+url = "0.2.16" \ No newline at end of file
diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml
index 18672a756b9..dcc04439966 100644
--- a/components/net/Cargo.toml
+++ b/components/net/Cargo.toml
@@ -24,5 +24,5 @@ git = "https://github.com/servo/rust-png"
git = "https://github.com/servo/rust-stb-image"
[dependencies]
-url = "*"
-time = "*" \ No newline at end of file
+url = "0.2.16"
+time = "0.1.12" \ No newline at end of file
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 08c5cc732b8..e0b98db4f4b 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -66,5 +66,5 @@ git = "https://github.com/servo/string-cache"
[dependencies]
encoding = "0.2"
-url = "*"
-time = "*" \ No newline at end of file
+url = "0.2.16"
+time = "0.1.12" \ No newline at end of file
diff --git a/components/script_traits/Cargo.toml b/components/script_traits/Cargo.toml
index d0075c2d08d..3779a3eb52a 100644
--- a/components/script_traits/Cargo.toml
+++ b/components/script_traits/Cargo.toml
@@ -23,4 +23,4 @@ path = "../devtools_traits"
git = "https://github.com/servo/rust-geom"
[dependencies]
-url = "*" \ No newline at end of file
+url = "0.2.16" \ No newline at end of file
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml
index a99ada57b67..0c908cc41fc 100644
--- a/components/servo/Cargo.toml
+++ b/components/servo/Cargo.toml
@@ -72,5 +72,5 @@ path = "../../support/android-rs-glue/glue"
optional = true
[dependencies]
-url = "*"
-time = "*"
+url = "0.2.16"
+time = "0.1.12"
diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml
index e37df0d38bc..1da078be801 100644
--- a/components/style/Cargo.toml
+++ b/components/style/Cargo.toml
@@ -34,5 +34,5 @@ git = "https://github.com/servo/string-cache"
text_writer = "0.1.1"
encoding = "0.2"
matches = "0.1"
-url = "*"
+url = "0.2.16"
mod_path = "0.1"
diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml
index d9209c74e4f..6b640290596 100644
--- a/components/util/Cargo.toml
+++ b/components/util/Cargo.toml
@@ -38,5 +38,5 @@ git = "https://github.com/servo/string-cache"
[dependencies]
text_writer = "0.1.1"
-url = "*"
-time = "*" \ No newline at end of file
+url = "0.2.16"
+time = "0.1.12" \ No newline at end of file
diff --git a/ports/glfw/Cargo.toml b/ports/glfw/Cargo.toml
index a89db4276c4..97a75704820 100644
--- a/ports/glfw/Cargo.toml
+++ b/ports/glfw/Cargo.toml
@@ -33,4 +33,4 @@ git = "https://github.com/servo/rust-cgl"
git = "https://github.com/servo/gleam"
[dependencies]
-time = "*" \ No newline at end of file
+time = "0.1.12" \ No newline at end of file
diff --git a/ports/glutin/Cargo.toml b/ports/glutin/Cargo.toml
index 45ead82ed02..59315532dc7 100644
--- a/ports/glutin/Cargo.toml
+++ b/ports/glutin/Cargo.toml
@@ -40,4 +40,4 @@ git = "https://github.com/servo/rust-cgl"
git = "https://github.com/servo/rust-egl"
[dependencies]
-time = "*"
+time = "0.1.12"