From d1da15338a9d5edfb5cbc4cbf36be8d605bf33c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 09:22:10 +0000 Subject: [PATCH] Bump zip from 0.5.11 to 0.5.12 Bumps [zip](https://github.com/zip-rs/zip) from 0.5.11 to 0.5.12. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/compare/v0.5.11...v0.5.12) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3609319..e1c5d4c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4644,9 +4644,9 @@ dependencies = [ [[package]] name = "zip" -version = "0.5.11" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8264fcea9b7a036a4a5103d7153e988dbc2ebbafb34f68a3c2d404b6b82d74b6" +checksum = "9c83dc9b784d252127720168abd71ea82bf8c3d96b17dc565b5e2a02854f2b27" dependencies = [ "byteorder", "bzip2 0.3.3",