Merge pull request #418 from ouch-org/dependabot/cargo/zip-0.6.6

This commit is contained in:
figsoda 2023-05-16 20:33:41 -04:00 committed by GitHub
commit 226a0b8163
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]