mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -11,14 +11,14 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
brotli = "1.0.6"
|
||||
content-blocker = "0.2.1"
|
||||
content-blocker = "0.2.3"
|
||||
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
flate2 = "0.2.0"
|
||||
hyper = "0.9.9"
|
||||
hyper_serde = "0.1.4"
|
||||
hyper_serde = "0.5"
|
||||
immeta = "0.3.1"
|
||||
ipc-channel = "0.6.3"
|
||||
ipc-channel = "0.7"
|
||||
lazy_static = "0.2"
|
||||
log = "0.3.5"
|
||||
matches = "0.1"
|
||||
|
@ -37,7 +37,7 @@ threadpool = "1.0"
|
|||
time = "0.1.17"
|
||||
unicase = "1.4.0"
|
||||
url = {version = "1.2", features = ["heap_size", "rustc-serialize"]}
|
||||
uuid = {version = "0.3.1", features = ["v4"]}
|
||||
uuid = {version = "0.4", features = ["v4"]}
|
||||
websocket = "0.17"
|
||||
|
||||
[dependencies.webrender_traits]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue