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] [dependencies]
num = "0.1.24" num = "0.1.24"
url = "0.2.16" url = "0.2.35"
time = "0.1.17" time = "0.1.17"
libc = "*" libc = "*"

View file

@ -72,7 +72,7 @@ path = "../script_traits"
git = "https://github.com/servo/string-cache" git = "https://github.com/servo/string-cache"
[dependencies] [dependencies]
url = "0.2.16" url = "0.2.35"
time = "0.1.12" time = "0.1.12"
bitflags = "*" bitflags = "*"
rustc-serialize = "0.3" rustc-serialize = "0.3"

View file

@ -69,7 +69,7 @@ git = "https://github.com/tomaka/clock_ticks"
[dependencies] [dependencies]
encoding = "0.2" encoding = "0.2"
url = "0.2.16" url = "0.2.35"
bitflags = "*" bitflags = "*"
rustc-serialize = "0.3" rustc-serialize = "0.3"
libc = "*" libc = "*"

View file

@ -29,4 +29,4 @@ path = "../profile_traits"
path = "../util" path = "../util"
[dependencies] [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" git = "https://github.com/servo/rust-png"
[dependencies] [dependencies]
url = "0.2.16" url = "0.2.35"
bitflags = "*" bitflags = "*"
hyper = "0.5" hyper = "0.5"
rustc-serialize = "0.3.4" 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" git = "https://github.com/servo/rust-png"
[dependencies] [dependencies]
url = "0.2.16" url = "0.2.35"
time = "0.1.17" time = "0.1.17"
openssl="0.6.1" openssl="0.6.1"
rustc-serialize = "0.3" rustc-serialize = "0.3"

View file

@ -23,5 +23,5 @@ path = "../msg"
git = "https://github.com/servo/rust-stb-image" git = "https://github.com/servo/rust-stb-image"
[dependencies] [dependencies]
url = "0.2.16" url = "0.2.35"
hyper = "0.5" hyper = "0.5"

View file

@ -9,5 +9,5 @@ path = "lib.rs"
[dependencies] [dependencies]
time = "0.1.12" 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" git = "https://github.com/servo/rust-geom"
[dependencies] [dependencies]
url = "0.2.16" url = "0.2.35"
libc = "*" libc = "*"

View file

@ -100,7 +100,7 @@ path = "../../support/android-rs-glue/glue"
optional = true optional = true
[dependencies] [dependencies]
url = "0.2.16" url = "0.2.35"
time = "0.1.12" time = "0.1.12"
bitflags = "*" bitflags = "*"
libc = "*" libc = "*"

View file

@ -31,7 +31,7 @@ git = "https://github.com/servo/string-cache"
encoding = "0.2" encoding = "0.2"
rustc-serialize = "0.3" rustc-serialize = "0.3"
matches = "0.1" matches = "0.1"
url = "0.2.16" url = "0.2.35"
bitflags = "*" bitflags = "*"
cssparser = "0.3.1" cssparser = "0.3.1"
num = "0.1.24" num = "0.1.24"

View file

@ -21,5 +21,5 @@ git = "https://github.com/servo/rust-png"
[dependencies] [dependencies]
rustc-serialize = "0.3.4" rustc-serialize = "0.3.4"
url = "0.2.16" url = "0.2.35"
uuid = "*" uuid = "*"