Update serde to 0.8 (fixes #12659)

This commit is contained in:
Anthony Ramine 2016-08-12 14:46:25 +02:00
parent a22913569c
commit 7ad51dcd7a
70 changed files with 919 additions and 778 deletions

View file

@ -16,8 +16,8 @@ msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
profile_traits = {path = "../profile_traits"}
util = {path = "../util"}
ipc-channel = "0.4.0"
url = {version = "1.0.0", features = ["heap_size"]}
ipc-channel = "0.5"
url = {version = "1.2", features = ["heap_size"]}
[dependencies.webrender_traits]
git = "https://github.com/servo/webrender_traits"