aboutsummaryrefslogtreecommitdiffstats
path: root/components/util
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/util
parenta22913569c2fa917015b23c27cb2f55de2a69ff2 (diff)
downloadservo-7ad51dcd7aff7658914bcbdde0800fc2f87d9fa5.tar.gz
servo-7ad51dcd7aff7658914bcbdde0800fc2f87d9fa5.zip
Update serde to 0.8 (fixes #12659)
Diffstat (limited to 'components/util')
-rw-r--r--components/util/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml
index e03464b7fb9..394f8e25a07 100644
--- a/components/util/Cargo.toml
+++ b/components/util/Cargo.toml
@@ -15,19 +15,19 @@ servo = ["serde", "serde_macros", "ipc-channel", "app_units/plugins",
"euclid/unstable", "url/heap_size", "url/serde", "plugins"]
[dependencies]
-app_units = "0.2.5"
+app_units = "0.3"
bitflags = "0.7"
-euclid = "0.8.2"
+euclid = "0.9"
getopts = "0.2.11"
heapsize = "0.3.0"
-ipc-channel = {version = "0.4.0", optional = true}
+ipc-channel = {version = "0.5", optional = true}
lazy_static = "0.2"
log = "0.3.5"
num_cpus = "0.2.2"
rustc-serialize = "0.3"
-serde = {version = "0.7.11", optional = true}
-serde_macros = {version = "0.7.11", optional = true}
-url = "1.0.0"
+serde = {version = "0.8", optional = true}
+serde_macros = {version = "0.8", optional = true}
+url = "1.2"
plugins = {path = "../plugins", optional = true}
[dev-dependencies]