aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_traits
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-08-12 14:46:25 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2016-08-12 18:37:27 +0200
commit7ad51dcd7aff7658914bcbdde0800fc2f87d9fa5 (patch)
tree7c3323204e3fb5d85edcb95b97748962e3978ae1 /components/layout_traits
parenta22913569c2fa917015b23c27cb2f55de2a69ff2 (diff)
downloadservo-7ad51dcd7aff7658914bcbdde0800fc2f87d9fa5.tar.gz
servo-7ad51dcd7aff7658914bcbdde0800fc2f87d9fa5.zip
Update serde to 0.8 (fixes #12659)
Diffstat (limited to 'components/layout_traits')
-rw-r--r--components/layout_traits/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout_traits/Cargo.toml b/components/layout_traits/Cargo.toml
index 653ae4102b7..a1161a347ee 100644
--- a/components/layout_traits/Cargo.toml
+++ b/components/layout_traits/Cargo.toml
@@ -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"