mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update serde to 0.9 (fixes #15325)
This commit is contained in:
parent
26d6c96b18
commit
fe3f4ff0c2
73 changed files with 630 additions and 604 deletions
|
@ -14,10 +14,10 @@ bitflags = "0.7"
|
|||
heapsize = "0.3.0"
|
||||
heapsize_derive = "0.1"
|
||||
hyper = "0.9.9"
|
||||
hyper_serde = "0.1.4"
|
||||
ipc-channel = "0.6.3"
|
||||
hyper_serde = "0.5"
|
||||
ipc-channel = "0.7"
|
||||
msg = {path = "../msg"}
|
||||
serde = "0.8"
|
||||
serde_derive = "0.8"
|
||||
serde = "0.9"
|
||||
serde_derive = "0.9"
|
||||
servo_url = {path = "../url"}
|
||||
time = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue