aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-06-04 16:34:40 -0500
committerbors-servo <metajack+bors@gmail.com>2015-06-04 16:34:40 -0500
commitad5846f2e14ac15aca9f561975ae9476d0f13244 (patch)
treed9e806b7576890a44767081277107a103759d37f
parent9b5a01e0455dde921b57d8e802e4554418477d8f (diff)
parenta14c745a6a687a9e0248c2f8480ceabbad6a50a8 (diff)
downloadservo-ad5846f2e14ac15aca9f561975ae9476d0f13244.tar.gz
servo-ad5846f2e14ac15aca9f561975ae9476d0f13244.zip
Auto merge of #6286 - frewsxcv:bump-url, r=jdm
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6286) <!-- Reviewable:end -->
-rw-r--r--components/compositing/Cargo.toml2
-rw-r--r--components/gfx/Cargo.toml2
-rw-r--r--components/layout/Cargo.toml2
-rw-r--r--components/layout_traits/Cargo.toml2
-rw-r--r--components/msg/Cargo.toml2
-rw-r--r--components/net/Cargo.toml2
-rw-r--r--components/net_traits/Cargo.toml2
-rw-r--r--components/profile_traits/Cargo.toml2
-rw-r--r--components/script_traits/Cargo.toml2
-rw-r--r--components/servo/Cargo.toml2
-rw-r--r--components/style/Cargo.toml2
-rw-r--r--components/webdriver_server/Cargo.toml2
12 files changed, 12 insertions, 12 deletions
diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml
index 944686bf559..be8d910594e 100644
--- a/components/compositing/Cargo.toml
+++ b/components/compositing/Cargo.toml
@@ -66,6 +66,6 @@ git = "https://github.com/servo/rust-x11-clipboard"
[dependencies]
num = "0.1.24"
-url = "0.2.16"
+url = "0.2.35"
time = "0.1.17"
libc = "*"
diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml
index f88e4e85adb..94ba8c12c3b 100644
--- a/components/gfx/Cargo.toml
+++ b/components/gfx/Cargo.toml
@@ -72,7 +72,7 @@ path = "../script_traits"
git = "https://github.com/servo/string-cache"
[dependencies]
-url = "0.2.16"
+url = "0.2.35"
time = "0.1.12"
bitflags = "*"
rustc-serialize = "0.3"
diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml
index d3ae3fd878a..205cbd341cb 100644
--- a/components/layout/Cargo.toml
+++ b/components/layout/Cargo.toml
@@ -69,7 +69,7 @@ git = "https://github.com/tomaka/clock_ticks"
[dependencies]
encoding = "0.2"
-url = "0.2.16"
+url = "0.2.35"
bitflags = "*"
rustc-serialize = "0.3"
libc = "*"
diff --git a/components/layout_traits/Cargo.toml b/components/layout_traits/Cargo.toml
index 0e0acf5da0a..e19ce0ca7e1 100644
--- a/components/layout_traits/Cargo.toml
+++ b/components/layout_traits/Cargo.toml
@@ -29,4 +29,4 @@ path = "../profile_traits"
path = "../util"
[dependencies]
-url = "0.2.16"
+url = "0.2.35"
diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml
index adeac33d953..ac3e948a794 100644
--- a/components/msg/Cargo.toml
+++ b/components/msg/Cargo.toml
@@ -32,7 +32,7 @@ git = "https://github.com/servo/rust-io-surface"
git = "https://github.com/servo/rust-png"
[dependencies]
-url = "0.2.16"
+url = "0.2.35"
bitflags = "*"
hyper = "0.5"
rustc-serialize = "0.3.4" \ No newline at end of file
diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml
index 089dcb5a226..5225d45822b 100644
--- a/components/net/Cargo.toml
+++ b/components/net/Cargo.toml
@@ -23,7 +23,7 @@ git = "https://github.com/servo/rust-geom"
git = "https://github.com/servo/rust-png"
[dependencies]
-url = "0.2.16"
+url = "0.2.35"
time = "0.1.17"
openssl="0.6.1"
rustc-serialize = "0.3"
diff --git a/components/net_traits/Cargo.toml b/components/net_traits/Cargo.toml
index e0dae294dfd..d2f0d363cb8 100644
--- a/components/net_traits/Cargo.toml
+++ b/components/net_traits/Cargo.toml
@@ -23,5 +23,5 @@ path = "../msg"
git = "https://github.com/servo/rust-stb-image"
[dependencies]
-url = "0.2.16"
+url = "0.2.35"
hyper = "0.5"
diff --git a/components/profile_traits/Cargo.toml b/components/profile_traits/Cargo.toml
index eb9da970c20..e7f5f275b79 100644
--- a/components/profile_traits/Cargo.toml
+++ b/components/profile_traits/Cargo.toml
@@ -9,5 +9,5 @@ path = "lib.rs"
[dependencies]
time = "0.1.12"
-url = "0.2.16"
+url = "0.2.35"
diff --git a/components/script_traits/Cargo.toml b/components/script_traits/Cargo.toml
index d33e0ff6b98..0404ca63366 100644
--- a/components/script_traits/Cargo.toml
+++ b/components/script_traits/Cargo.toml
@@ -23,5 +23,5 @@ path = "../devtools_traits"
git = "https://github.com/servo/rust-geom"
[dependencies]
-url = "0.2.16"
+url = "0.2.35"
libc = "*"
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml
index 7693687e1cb..93d351ccdac 100644
--- a/components/servo/Cargo.toml
+++ b/components/servo/Cargo.toml
@@ -100,7 +100,7 @@ path = "../../support/android-rs-glue/glue"
optional = true
[dependencies]
-url = "0.2.16"
+url = "0.2.35"
time = "0.1.12"
bitflags = "*"
libc = "*"
diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml
index 28aa005951d..7455d321315 100644
--- a/components/style/Cargo.toml
+++ b/components/style/Cargo.toml
@@ -31,7 +31,7 @@ git = "https://github.com/servo/string-cache"
encoding = "0.2"
rustc-serialize = "0.3"
matches = "0.1"
-url = "0.2.16"
+url = "0.2.35"
bitflags = "*"
cssparser = "0.3.1"
num = "0.1.24"
diff --git a/components/webdriver_server/Cargo.toml b/components/webdriver_server/Cargo.toml
index 9124d8bcf1f..dfab4772f15 100644
--- a/components/webdriver_server/Cargo.toml
+++ b/components/webdriver_server/Cargo.toml
@@ -21,5 +21,5 @@ git = "https://github.com/servo/rust-png"
[dependencies]
rustc-serialize = "0.3.4"
-url = "0.2.16"
+url = "0.2.35"
uuid = "*"