build(deps): bump png from 0.17.4 to 0.17.5

Bumps [png](https://github.com/image-rs/image-png) from 0.17.4 to 0.17.5.
- [Release notes](https://github.com/image-rs/image-png/releases)
- [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md)
- [Commits](https://github.com/image-rs/image-png/compare/v0.17.4...v0.17.5)

---
updated-dependencies:
- dependency-name: png
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-07 20:12:47 +00:00 committed by relrelb
parent 56ef543f16
commit 71758be08b
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -2663,9 +2663,9 @@ dependencies = [
[[package]]
name = "png"
version = "0.17.4"
version = "0.17.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02cd7d51cea7e2fa6bbcb8af5fbcad15b871451bfc2d20ed72dff2f4ae072a84"
checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba"
dependencies = [
"bitflags",
"crc32fast",
@ -2986,7 +2986,7 @@ dependencies = [
"num-derive",
"num-traits",
"percent-encoding",
"png 0.17.4",
"png 0.17.5",
"quick-xml",
"rand",
"regress",
@ -3041,7 +3041,7 @@ dependencies = [
"js-sys",
"log",
"percent-encoding",
"png 0.17.4",
"png 0.17.5",
"ruffle_core",
"ruffle_web_common",
"svg",

View File

@ -18,7 +18,7 @@ gif = "0.11.3"
indexmap = "~1.6.2"
log = "0.4"
minimp3 = { version = "0.5.1", optional = true }
png = { version = "0.17.4" }
png = { version = "0.17.5" }
ruffle_macros = { path = "macros" }
swf = { path = "../swf" }
bitflags = "1.3.2"

View File

@ -16,7 +16,7 @@ log = "0.4"
ruffle_web_common = { path = "../../web/common" }
svg = "0.10.0"
percent-encoding = "2.1.0"
png = "0.17.4"
png = "0.17.5"
wasm-bindgen = "=0.2.78"
[dependencies.jpeg-decoder]