build(deps): bump libflate from 1.0.2 to 1.0.3

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-25 03:34:02 +00:00 committed by Mike Welsh
parent bc31c33f65
commit 4efc0015a2
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -1640,9 +1640,9 @@ checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
[[package]] [[package]]
name = "libflate" name = "libflate"
version = "1.0.2" version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9bac9023e1db29c084f9f8cd9d3852e5e8fddf98fb47c4964a0ea4663d95949" checksum = "389de7875e06476365974da3e7ff85d55f1972188ccd9f6020dd7c8156e17914"
dependencies = [ dependencies = [
"adler32", "adler32",
"crc32fast", "crc32fast",