Bump serde to 1.0

This commit is contained in:
Bastien Orivel 2017-06-14 18:31:09 +02:00 committed by Simon Sapin
parent e1bce24129
commit 76d8573393
60 changed files with 487 additions and 474 deletions

View file

@ -10,17 +10,17 @@ name = "layout"
path = "lib.rs"
[dependencies]
app_units = "0.4.1"
app_units = "0.5"
atomic_refcell = "0.1"
bitflags = "0.7"
canvas_traits = {path = "../canvas_traits"}
euclid = "0.14.4"
euclid = "0.15"
fnv = "1.0"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.4"
html5ever = "0.17"
ipc-channel = "0.7"
html5ever = "0.18"
ipc-channel = "0.8"
libc = "0.2"
log = "0.3.5"
msg = {path = "../msg"}
@ -33,10 +33,10 @@ rayon = "0.8"
script_layout_interface = {path = "../script_layout_interface"}
script_traits = {path = "../script_traits"}
selectors = { path = "../selectors" }
serde = "0.9"
serde_derive = "0.9"
serde = "1.0"
serde_derive = "1.0"
servo_geometry = {path = "../geometry"}
serde_json = "0.9"
serde_json = "1.0"
servo_config = {path = "../config"}
servo_url = {path = "../url"}
smallvec = "0.4"