From ea0cf67f98389346a58d04b24fb20e6799c3be9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 21:14:26 +0000 Subject: [PATCH] cargo: bump zip from 0.6.0 to 0.6.1 Bumps [zip](https://github.com/zip-rs/zip) from 0.6.0 to 0.6.1. - [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 | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51b128624..45fe73443 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4361,11 +4361,12 @@ dependencies = [ [[package]] name = "zip" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6fa4aa90e99fb8d701bda16fb040d8ed2f9c7176fb44de750e880a74b580315" +checksum = "db2a3b9c90b21734aaf4449cee7735305f559f28894123b57e0f700be8459418" dependencies = [ "byteorder", "crc32fast", + "crossbeam-utils", "flate2", ] diff --git a/Cargo.toml b/Cargo.toml index 9c70dc729..ef81cb774 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.0", default-features = false, features = ["deflate"] } +zip = { version = "0.6.1", default-features = false, features = ["deflate"] } [dev-dependencies] ansi_term = "0.12.0"