1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

chore(deps): update rust crate zip to 0.6.5

This commit is contained in:
renovate[bot] 2023-05-06 16:29:49 +00:00 committed by GitHub
parent 93f28dacc0
commit cad73d2ed3
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

@ -3665,9 +3665,9 @@ checksum = "2a599daf1b507819c1121f0bf87fa37eb19daac6aff3aefefd4e6e2e0f2020fc"
[[package]] [[package]]
name = "zip" name = "zip"
version = "0.6.4" version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0445d0fbc924bb93539b4316c11afb121ea39296f99a3c4c9edad09e3658cdef" checksum = "7e92305c174683d78035cbf1b70e18db6329cc0f1b9cae0a52ca90bf5bfe7125"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"crc32fast", "crc32fast",

View file

@ -331,7 +331,7 @@ walkdir = "2.3"
winapi-util = "0.1.5" winapi-util = "0.1.5"
windows-sys = { version="0.45.0", default-features=false } windows-sys = { version="0.45.0", default-features=false }
xattr = "1.0.0" xattr = "1.0.0"
zip = { version = "0.6.4", default_features=false, features=["deflate"] } zip = { version = "0.6.5", default_features=false, features=["deflate"] }
hex = "0.4.3" hex = "0.4.3"
md-5 = "0.10.5" md-5 = "0.10.5"