build(deps): bump gif from 0.11.3 to 0.11.4

Bumps [gif](https://github.com/image-rs/image-gif) from 0.11.3 to 0.11.4.
- [Release notes](https://github.com/image-rs/image-gif/releases)
- [Changelog](https://github.com/image-rs/image-gif/blob/master/Changes.md)
- [Commits](https://github.com/image-rs/image-gif/compare/v0.11.3...v0.11.4)

---
updated-dependencies:
- dependency-name: gif
  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-06-27 21:15:05 +00:00 committed by relrelb
parent c043093f13
commit 2fce315938
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1505,9 +1505,9 @@ dependencies = [
[[package]] [[package]]
name = "gif" name = "gif"
version = "0.11.3" version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3a7187e78088aead22ceedeee99779455b23fc231fe13ec443f99bb71694e5b" checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
dependencies = [ dependencies = [
"color_quant", "color_quant",
"weezl", "weezl",

View File

@ -12,7 +12,7 @@ flate2 = "1.0.24"
fnv = "1.0.7" fnv = "1.0.7"
gc-arena = { git = "https://github.com/ruffle-rs/gc-arena" } gc-arena = { git = "https://github.com/ruffle-rs/gc-arena" }
generational-arena = "0.2.8" generational-arena = "0.2.8"
gif = "0.11.3" gif = "0.11.4"
indexmap = "1.9.1" indexmap = "1.9.1"
log = "0.4" log = "0.4"
minimp3 = { version = "0.5.1", optional = true } minimp3 = { version = "0.5.1", optional = true }