Skip to content

Commit

Permalink
Auto merge of #6286 - frewsxcv:bump-url, r=jdm
Browse files Browse the repository at this point in the history
<!-- 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 -->
  • Loading branch information
bors-servo committed Jun 4, 2015
2 parents 9b5a01e + a14c745 commit ad5846f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion components/compositing/Cargo.toml
Expand Up @@ -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 = "*"
2 changes: 1 addition & 1 deletion components/gfx/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Cargo.toml
Expand Up @@ -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 = "*"
Expand Down
2 changes: 1 addition & 1 deletion components/layout_traits/Cargo.toml
Expand Up @@ -29,4 +29,4 @@ path = "../profile_traits"
path = "../util"

[dependencies]
url = "0.2.16"
url = "0.2.35"
2 changes: 1 addition & 1 deletion components/msg/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion components/net/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/net_traits/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion components/profile_traits/Cargo.toml
Expand Up @@ -9,5 +9,5 @@ path = "lib.rs"

[dependencies]
time = "0.1.12"
url = "0.2.16"
url = "0.2.35"

2 changes: 1 addition & 1 deletion components/script_traits/Cargo.toml
Expand Up @@ -23,5 +23,5 @@ path = "../devtools_traits"
git = "https://github.com/servo/rust-geom"

[dependencies]
url = "0.2.16"
url = "0.2.35"
libc = "*"
2 changes: 1 addition & 1 deletion components/servo/Cargo.toml
Expand Up @@ -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 = "*"
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Expand Up @@ -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 = "*"

0 comments on commit ad5846f

Please sign in to comment.