From a17aaec663e37aed1e79d0b7b2a1c46cee8de390 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 06:13:29 +0000 Subject: [PATCH] build(deps): bump adler32 from 1.0.4 to 1.1.0 Bumps [adler32](https://github.com/remram44/adler32-rs) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/remram44/adler32-rs/releases) - [Commits](https://github.com/remram44/adler32-rs/compare/1.0.4...1.1.0) 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 ac9cc0aee..87237df88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,9 +18,9 @@ dependencies = [ [[package]] name = "adler32" -version = "1.0.4" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2" +checksum = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d" [[package]] name = "aho-corasick"