mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Upgrade to rust-url 1.0 and hyper 0.9
This commit is contained in:
parent
305c283602
commit
7932ab6ac2
76 changed files with 524 additions and 888 deletions
|
@ -24,7 +24,7 @@ path = "../plugins"
|
|||
git = "https://github.com/servo/ipc-channel"
|
||||
|
||||
[dependencies]
|
||||
hyper = { version = "0.8", features = [ "serde-serialization" ] }
|
||||
hyper = { version = "0.9", features = [ "serde-serialization" ] }
|
||||
serde = "0.7"
|
||||
serde_json = "0.7"
|
||||
serde_macros = "0.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue