mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Reorder dependencies in net/Cargo.toml
This commit is contained in:
parent
f7af675861
commit
a4d6d41665
1 changed files with 6 additions and 6 deletions
|
@ -33,15 +33,15 @@ git = "https://github.com/servo/ipc-channel"
|
||||||
git = "https://github.com/servo/webrender_traits"
|
git = "https://github.com/servo/webrender_traits"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
cookie = "0.2"
|
||||||
|
flate2 = "0.2.0"
|
||||||
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
||||||
|
immeta = "0.3.1"
|
||||||
log = "0.3.5"
|
log = "0.3.5"
|
||||||
time = "0.1.17"
|
mime_guess = "1.1.1"
|
||||||
openssl = "0.7.0"
|
openssl = "0.7.0"
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
cookie = "0.2"
|
time = "0.1.17"
|
||||||
mime_guess = "1.1.1"
|
|
||||||
flate2 = "0.2.0"
|
|
||||||
uuid = "0.1.16"
|
|
||||||
url = {version = "0.5.7", features = ["heap_size"]}
|
url = {version = "0.5.7", features = ["heap_size"]}
|
||||||
|
uuid = "0.1.16"
|
||||||
websocket = "0.15.0"
|
websocket = "0.15.0"
|
||||||
immeta = "0.3.1"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue