Skip to content

Commit

Permalink
Update image to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Feb 28, 2018
1 parent 22325df commit 9ca18b5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/compositing/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
euclid = "0.17"
gfx_traits = {path = "../gfx_traits"}
gleam = "0.4"
image = "0.17"
image = "0.18"
ipc-channel = "0.9"
libc = "0.2"
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion components/net_traits/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ doctest = false
cookie = "0.10"
hyper = "0.10"
hyper_serde = "0.8"
image = "0.17"
image = "0.18"
ipc-channel = "0.9"
lazy_static = "1"
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -50,7 +50,7 @@ half = "1.0"
html5ever = "0.22"
hyper = "0.10"
hyper_serde = "0.8"
image = "0.17"
image = "0.18"
ipc-channel = "0.9"
jstraceable_derive = {path = "../jstraceable_derive"}
lazy_static = "1"
Expand Down
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ base64 = "0.6"
cookie = "0.10"
euclid = "0.17"
hyper = "0.10"
image = "0.17"
image = "0.18"
ipc-channel = "0.9"
log = "0.3.5"
msg = {path = "../msg"}
Expand Down

0 comments on commit 9ca18b5

Please sign in to comment.