build(deps): bump libflate from 1.1.1 to 1.1.2

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

---
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] 2022-02-13 13:27:27 +00:00 committed by relrelb
parent 33d4af9de6
commit 4ea4ca1126
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -1859,9 +1859,9 @@ checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01"
[[package]]
name = "libflate"
version = "1.1.1"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16364af76ebb39b5869bb32c81fa93573267cd8c62bb3474e28d78fac3fb141e"
checksum = "d2d57e534717ac3e0b8dc459fe338bdfb4e29d7eea8fd0926ba649ddd3f4765f"
dependencies = [
"adler32",
"crc32fast",