Reorder dependencies in net/Cargo.toml

This commit is contained in:
Anthony Ramine 2016-03-15 23:37:58 -07:00
parent f7af675861
commit a4d6d41665

View file

@ -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"