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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-17 00:02:25 +00:00 committed by GitHub
parent c16c3e24be
commit d0493b3428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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]