Update image.

This commit is contained in:
Ms2ger 2017-01-09 16:37:58 +01:00 committed by Anthony Ramine
parent ed3f53211c
commit 1c0b09f85a
6 changed files with 43 additions and 21 deletions

View file

@ -13,7 +13,7 @@ path = "lib.rs"
euclid = "0.10.1"
gfx_traits = {path = "../gfx_traits"}
gleam = "0.2.8"
image = "0.10"
image = "0.12"
ipc-channel = "0.5"
log = "0.3.5"
msg = {path = "../msg"}

View file

@ -16,7 +16,7 @@ heapsize = "0.3.0"
heapsize_derive = "0.1"
hyper = "0.9.9"
hyper_serde = "0.1.4"
image = "0.10"
image = "0.12"
lazy_static = "0.2"
log = "0.3.5"
num-traits = "0.1.32"

View file

@ -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"}

View file

@ -13,7 +13,7 @@ path = "lib.rs"
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
euclid = "0.10.1"
hyper = "0.9.9"
image = "0.10"
image = "0.12"
ipc-channel = "0.5"
log = "0.3.5"
msg = {path = "../msg"}