diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml index 537d7f08b05..6ca69662ab3 100644 --- a/components/net/Cargo.toml +++ b/components/net/Cargo.toml @@ -33,15 +33,15 @@ git = "https://github.com/servo/ipc-channel" git = "https://github.com/servo/webrender_traits" [dependencies] +cookie = "0.2" +flate2 = "0.2.0" hyper = { version = "0.7", features = [ "serde-serialization" ] } +immeta = "0.3.1" log = "0.3.5" -time = "0.1.17" +mime_guess = "1.1.1" openssl = "0.7.0" rustc-serialize = "0.3" -cookie = "0.2" -mime_guess = "1.1.1" -flate2 = "0.2.0" -uuid = "0.1.16" +time = "0.1.17" url = {version = "0.5.7", features = ["heap_size"]} +uuid = "0.1.16" websocket = "0.15.0" -immeta = "0.3.1"