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

@ -11,12 +11,12 @@ path = "lib.rs"
[dependencies]
profile_traits = {path = "../profile_traits"}
ipc-channel = "0.7"
ipc-channel = "0.8"
heartbeats-simple = "0.4"
log = "0.3.5"
serde = "0.9"
serde_derive = "0.9"
serde_json = "0.9"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
servo_config = {path = "../config"}
time = "0.1.12"