aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2017-01-09 16:37:58 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2017-01-11 14:37:17 +0100
commit1c0b09f85a12dd6d0dc412802b010db4876e183d (patch)
treefcb96526c7aa6307b1440179839b730d6835bff9 /components/script
parented3f53211ca91a90258c9bc2b8abceddb34e6847 (diff)
downloadservo-1c0b09f85a12dd6d0dc412802b010db4876e183d.tar.gz
servo-1c0b09f85a12dd6d0dc412802b010db4876e183d.zip
Update image.
Diffstat (limited to 'components/script')
-rw-r--r--components/script/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 3ef402a4605..407df32d21e 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -42,7 +42,7 @@ html5ever = {version = "0.12.1", features = ["heap_size", "unstable"]}
html5ever-atoms = {version = "0.1", features = ["heap_size"]}
hyper = "0.9.9"
hyper_serde = "0.1.4"
-image = "0.10"
+image = "0.12"
ipc-channel = "0.5"
js = {git = "https://github.com/servo/rust-mozjs", features = ["promises"]}
jstraceable_derive = {path = "../jstraceable_derive"}