Skip to content

Commit

Permalink
fix #18472:outdated png crate: various panics
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos committed Oct 9, 2017
1 parent 715fc9c commit 2fc765f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 21 deletions.
37 changes: 20 additions & 17 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.15"
gfx_traits = {path = "../gfx_traits"}
gleam = "0.4"
image = "0.14"
image = "0.16"
ipc-channel = "0.8"
log = "0.3.5"
msg = {path = "../msg"}
Expand Down
2 changes: 1 addition & 1 deletion components/net_traits/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ heapsize = "0.4"
heapsize_derive = "0.1"
hyper = "0.10"
hyper_serde = "0.7"
image = "0.14"
image = "0.16"
ipc-channel = "0.8"
lazy_static = "0.2"
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -48,7 +48,7 @@ heapsize_derive = "0.1"
html5ever = {version = "0.19", features = ["heap_size"]}
hyper = "0.10"
hyper_serde = "0.7"
image = "0.14"
image = "0.16"
ipc-channel = "0.8"
js = {git = "https://github.com/servo/rust-mozjs", features = ["promises"]}
jstraceable_derive = {path = "../jstraceable_derive"}
Expand Down
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ base64 = "0.6"
cookie = "0.6"
euclid = "0.15"
hyper = "0.10"
image = "0.14"
image = "0.16"
ipc-channel = "0.8"
log = "0.3.5"
msg = {path = "../msg"}
Expand Down

0 comments on commit 2fc765f

Please sign in to comment.