From d0493b34285eebd32149559d06aaf41714ef6721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 00:02:25 +0000 Subject: [PATCH] Bump zip from 0.6.5 to 0.6.6 Bumps [zip](https://github.com/zip-rs/zip) from 0.6.5 to 0.6.6. - [Changelog](https://github.com/zip-rs/zip/blob/master/CHANGELOG.md) - [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 4436e6b..34dcee1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1560,9 +1560,9 @@ dependencies = [ [[package]] name = "zip" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e92305c174683d78035cbf1b70e18db6329cc0f1b9cae0a52ca90bf5bfe7125" +checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" dependencies = [ "byteorder", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 14e5bc6..57e41e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ tempfile = "3.5.0" time = { version = "0.3.21", default-features = false } ubyte = { version = "0.10.3", default-features = false } xz2 = "0.1.7" -zip = { version = "0.6.5", default-features = false, features = ["time"] } +zip = { version = "0.6.6", default-features = false, features = ["time"] } zstd = { version = "0.12.3", default-features = false } [target.'cfg(not(unix))'.dependencies]