mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
@ -23,11 +23,11 @@ path = "../plugins"
|
|||
[dependencies]
|
||||
heapsize = "0.3.0"
|
||||
heapsize_plugin = "0.1.2"
|
||||
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
||||
hyper = { version = "0.8", features = [ "serde-serialization" ] }
|
||||
image = "0.7"
|
||||
lazy_static = "0.1.15"
|
||||
log = "0.3.5"
|
||||
serde = "0.6"
|
||||
serde_macros = "0.6"
|
||||
serde = "0.7"
|
||||
serde_macros = "0.7"
|
||||
url = {version = "0.5.7", features = ["heap_size"]}
|
||||
websocket = "0.15.0"
|
||||
websocket = "0.15.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue