Remove rustc-serialize from url

This commit is contained in:
Anthony Ramine 2017-02-24 02:48:42 +01:00
parent 3ad540853c
commit 2efa5092da
2 changed files with 1 additions and 2 deletions

1
Cargo.lock generated
View file

@ -3066,7 +3066,6 @@ dependencies = [
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]

View file

@ -38,7 +38,7 @@ servo_url = {path = "../url"}
threadpool = "1.0"
time = "0.1.17"
unicase = "1.4.0"
url = {version = "1.2", features = ["heap_size", "rustc-serialize"]}
url = {version = "1.2", features = ["heap_size"]}
uuid = {version = "0.4", features = ["v4"]}
websocket = "0.17"