diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-08-12 14:46:25 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-08-12 18:37:27 +0200 |
commit | 7ad51dcd7aff7658914bcbdde0800fc2f87d9fa5 (patch) | |
tree | 7c3323204e3fb5d85edcb95b97748962e3978ae1 /components/layout_traits | |
parent | a22913569c2fa917015b23c27cb2f55de2a69ff2 (diff) | |
download | servo-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.toml | 4 |
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" |