Merge pull request #6296 from uutils/renovate/zip-1.x

chore(deps): update rust crate zip to 1.1.3
This commit is contained in:
Sylvestre Ledru 2024-04-30 21:24:25 +02:00 committed by GitHub
commit d6399f3a81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3751,9 +3751,9 @@ checksum = "2a599daf1b507819c1121f0bf87fa37eb19daac6aff3aefefd4e6e2e0f2020fc"
[[package]]
name = "zip"
version = "1.1.2"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a23468b4a7a4e9e1e62812f8d1dd614f67f148e2b3faa72f4843bf00b573fd7"
checksum = "2e6cb8909b2e8e6733c9ef67d35be1a27105644d362aafb5f8b2ba395727adf6"
dependencies = [
"arbitrary",
"byteorder",

View file

@ -333,7 +333,7 @@ walkdir = "2.5"
winapi-util = "0.1.8"
windows-sys = { version = "0.48.0", default-features = false }
xattr = "1.3.1"
zip = { version = "1.1.2", default-features = false, features = ["deflate"] }
zip = { version = "1.1.3", default-features = false, features = ["deflate"] }
hex = "0.4.3"
md-5 = "0.10.6"