chore(deps): update rust crate zip to 1.1.1

This commit is contained in:
renovate[bot] 2024-04-21 10:51:07 +00:00 committed by GitHub
parent 0b78b77fb2
commit 6e1394d0db
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

@ -3737,9 +3737,9 @@ checksum = "2a599daf1b507819c1121f0bf87fa37eb19daac6aff3aefefd4e6e2e0f2020fc"
[[package]]
name = "zip"
version = "1.1.0"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f21968e6da56f847a155a89581ba846507afa14854e041f3053edb6ddd19f807"
checksum = "f2655979068a1f8fa91cb9e8e5b9d3ee54d18e0ddc358f2f4a395afc0929a84b"
dependencies = [
"arbitrary",
"byteorder",

View file

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