mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
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:
commit
ad5846f2e1
12 changed files with 12 additions and 12 deletions
|
@ -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 = "*"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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 = "*"
|
||||||
|
|
|
@ -29,4 +29,4 @@ path = "../profile_traits"
|
||||||
path = "../util"
|
path = "../util"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
url = "0.2.16"
|
url = "0.2.35"
|
||||||
|
|
|
@ -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"
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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 = "*"
|
||||||
|
|
|
@ -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 = "*"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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 = "*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue