From 0a06e29b7e6451263ce7bbb35b25b2d027bd1e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 00:05:43 +0000 Subject: [PATCH] Bump zip from 0.6.4 to 0.6.5 Bumps zip from 0.6.4 to 0.6.5. --- 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 c180bf0..61d7244 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1560,9 +1560,9 @@ dependencies = [ [[package]] name = "zip" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0445d0fbc924bb93539b4316c11afb121ea39296f99a3c4c9edad09e3658cdef" +checksum = "7e92305c174683d78035cbf1b70e18db6329cc0f1b9cae0a52ca90bf5bfe7125" dependencies = [ "byteorder", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index cf63dcc..5d7cf1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ tempfile = "3.5.0" time = { version = "0.3.20", default-features = false } ubyte = { version = "0.10.3", default-features = false } xz2 = "0.1.7" -zip = { version = "0.6.4", default-features = false, features = ["time"] } +zip = { version = "0.6.5", default-features = false, features = ["time"] } zstd = { version = "0.12.3", default-features = false } [target.'cfg(not(unix))'.dependencies]