From f622bba2e9689d649483851ea861db012efe377b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 19:08:10 +0000 Subject: [PATCH] build(deps): bump libflate from 1.0.3 to 1.0.4 Bumps [libflate](https://github.com/sile/libflate) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/1.0.3...1.0.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 624cfdee0..f43a5a270 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1812,9 +1812,9 @@ checksum = "538c092e5586f4cdd7dd8078c4a79220e3e168880218124dcbce860f0ea938c6" [[package]] name = "libflate" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "389de7875e06476365974da3e7ff85d55f1972188ccd9f6020dd7c8156e17914" +checksum = "158ae2ca09a761eaf6050894f5a6f013f2773dafe24f67bfa73a7504580e2916" dependencies = [ "adler32", "crc32fast",