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 -->
This commit is contained in:
bors-servo 2015-06-04 16:34:40 -05:00
commit ad5846f2e1
12 changed files with 12 additions and 12 deletions

View file

@ -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 = "*"

View file

@ -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"

View file

@ -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 = "*"

View file

@ -29,4 +29,4 @@ path = "../profile_traits"
path = "../util"
[dependencies]
url = "0.2.16"
url = "0.2.35"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -9,5 +9,5 @@ path = "lib.rs"
[dependencies]
time = "0.1.12"
url = "0.2.16"
url = "0.2.35"

View file

@ -23,5 +23,5 @@ path = "../devtools_traits"
git = "https://github.com/servo/rust-geom"
[dependencies]
url = "0.2.16"
url = "0.2.35"
libc = "*"

View file

@ -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 = "*"

View file

@ -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"

View file

@ -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 = "*"