From d9ac5d88e9a778ce92a5f3cb5ed56d88436c3d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 21:13:27 +0000 Subject: [PATCH] cargo: bump zip from 0.6.1 to 0.6.2 Bumps [zip](https://github.com/zip-rs/zip) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45fe73443..7c8482993 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4361,9 +4361,9 @@ dependencies = [ [[package]] name = "zip" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2a3b9c90b21734aaf4449cee7735305f559f28894123b57e0f700be8459418" +checksum = "bf225bcf73bb52cbb496e70475c7bd7a3f769df699c0020f6c7bd9a96dcf0b8d" dependencies = [ "byteorder", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index ef81cb774..30325c3b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ humansize = "1" qrcodegen = "1.7.0" tagger = "4.3.3" textwrap = "0.15.0" -zip = { version = "0.6.1", default-features = false, features = ["deflate"] } +zip = { version = "0.6.2", default-features = false, features = ["deflate"] } [dev-dependencies] ansi_term = "0.12.0"