mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +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,5 +11,5 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
gfx = {path = "../../../components/gfx"}
|
||||
ipc-channel = "0.6.3"
|
||||
ipc-channel = "0.7"
|
||||
style = {path = "../../../components/style"}
|
||||
|
|
|
@ -10,13 +10,13 @@ path = "lib.rs"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
content-blocker = "0.2.1"
|
||||
content-blocker = "0.2.3"
|
||||
cookie = "0.2"
|
||||
devtools_traits = {path = "../../../components/devtools_traits"}
|
||||
flate2 = "0.2.0"
|
||||
hyper = "0.9.9"
|
||||
hyper_serde = "0.1.4"
|
||||
ipc-channel = "0.6.3"
|
||||
hyper_serde = "0.5"
|
||||
ipc-channel = "0.7"
|
||||
msg = {path = "../../../components/msg"}
|
||||
net = {path = "../../../components/net"}
|
||||
net_traits = {path = "../../../components/net_traits"}
|
||||
|
|
|
@ -10,6 +10,6 @@ path = "lib.rs"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
ipc-channel = "0.6.3"
|
||||
ipc-channel = "0.7"
|
||||
profile = {path = "../../../components/profile"}
|
||||
profile_traits = {path = "../../../components/profile_traits"}
|
||||
|
|
|
@ -10,7 +10,7 @@ path = "lib.rs"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
euclid = "0.10.2"
|
||||
euclid = "0.11"
|
||||
msg = {path = "../../../components/msg"}
|
||||
plugins = {path = "../../../components/plugins"}
|
||||
script = {path = "../../../components/script"}
|
||||
|
|
|
@ -13,10 +13,10 @@ doctest = false
|
|||
testing = ["style/testing"]
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.3"
|
||||
cssparser = {version = "0.9", features = ["heap_size"]}
|
||||
euclid = "0.10.1"
|
||||
html5ever-atoms = "0.1"
|
||||
app_units = "0.4"
|
||||
cssparser = {version = "0.10", features = ["heapsize"]}
|
||||
euclid = "0.11"
|
||||
html5ever-atoms = "0.2"
|
||||
matches = "0.1"
|
||||
owning_ref = "0.2.2"
|
||||
parking_lot = "0.3"
|
||||
|
|
|
@ -12,11 +12,11 @@ path = "lib.rs"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.3"
|
||||
app_units = "0.4"
|
||||
atomic_refcell = "0.1"
|
||||
cssparser = "0.9"
|
||||
cssparser = "0.10"
|
||||
env_logger = "0.4"
|
||||
euclid = "0.10.1"
|
||||
euclid = "0.11"
|
||||
lazy_static = "0.2"
|
||||
libc = "0.2"
|
||||
log = {version = "0.3.5", features = ["release_max_level_info"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue