From 92f799097d86a1bd7da1726afb305874941416c6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 08:00:58 +0000 Subject: [PATCH] Bump inflate from 0.4.3 to 0.4.5 Bumps [inflate](https://github.com/PistonDevelopers/inflate) from 0.4.3 to 0.4.5. - [Release notes](https://github.com/PistonDevelopers/inflate/releases) - [Commits](https://github.com/PistonDevelopers/inflate/commits) 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 7a13dc062dc..9b6b6fb14e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2678,9 +2678,9 @@ dependencies = [ [[package]] name = "inflate" -version = "0.4.3" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f53b811ee8e2057ccf9643ca6b4277de90efaf5e61e55fd5254576926bb4245" +checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff" dependencies = [ "adler32", ]