chore: Bump libflate from 1.1.0 to 1.1.1

Bumps [libflate](https://github.com/sile/libflate) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/sile/libflate/releases)
- [Commits](https://github.com/sile/libflate/compare/1.1.0...1.1.1)

---
updated-dependencies:
- dependency-name: libflate
  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:42 +00:00 committed by Adrian Wielgosik
parent 3136331e85
commit 486290dd74
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -1978,9 +1978,9 @@ checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
[[package]]
name = "libflate"
version = "1.1.0"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d87eae36b3f680f7f01645121b782798b56ef33c53f83d1c66ba3a22b60bfe3"
checksum = "16364af76ebb39b5869bb32c81fa93573267cd8c62bb3474e28d78fac3fb141e"
dependencies = [
"adler32",
"crc32fast",