mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Bump serde to 0.7
This commit is contained in:
parent
7214fba45b
commit
46c505e47b
27 changed files with 370 additions and 375 deletions
|
@ -35,13 +35,13 @@ git = "https://github.com/servo/webrender_traits"
|
|||
[dependencies]
|
||||
cookie = "0.2"
|
||||
flate2 = "0.2.0"
|
||||
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
||||
hyper = { version = "0.8", features = [ "serde-serialization" ] }
|
||||
immeta = "0.3.1"
|
||||
log = "0.3.5"
|
||||
mime_guess = "1.1.1"
|
||||
mime_guess = "1.6.0"
|
||||
openssl = "0.7.6"
|
||||
rustc-serialize = "0.3"
|
||||
time = "0.1.17"
|
||||
url = {version = "0.5.7", features = ["heap_size"]}
|
||||
uuid = "0.1.16"
|
||||
websocket = "0.15.0"
|
||||
websocket = "0.15.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue