Remove useless dependency on websocket from net_traits

This commit is contained in:
Anthony Ramine 2017-03-24 12:06:12 +01:00
parent bfd2aab71e
commit 2b7fc15cdc
3 changed files with 0 additions and 4 deletions

1
Cargo.lock generated
View file

@ -1755,7 +1755,6 @@ dependencies = [
"parse-hosts 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
"servo-websocket 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
"servo_config 0.0.1",
"servo_url 0.0.1",
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",