chore: Bump flate2 from 1.0.20 to 1.0.21

Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.20 to 1.0.21.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.20...1.0.21)

---
updated-dependencies:
- dependency-name: flate2
  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] 2021-08-30 20:07:05 +00:00 committed by relrelb
parent 587c423027
commit 5af5fb579e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1250,9 +1250,9 @@ dependencies = [
[[package]] [[package]]
name = "flate2" name = "flate2"
version = "1.0.20" version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0" checksum = "80edafed416a46fb378521624fab1cfa2eb514784fd8921adbe8a8d8321da811"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"crc32fast", "crc32fast",

View File

@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
[dependencies] [dependencies]
byteorder = "1.4" byteorder = "1.4"
bitstream-io = "1.2.0" bitstream-io = "1.2.0"
flate2 = "1.0.20" flate2 = "1.0.21"
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" }
gc-arena-derive = { git = "https://github.com/ruffle-rs/gc-arena" } gc-arena-derive = { git = "https://github.com/ruffle-rs/gc-arena" }