Update Rust crate zip to 4.6.0 (#130)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-02 00:27:34 +00:00
parent 34f85ec491
commit e4a3335745
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2261,9 +2261,9 @@ dependencies = [
[[package]]
name = "zip"
version = "4.5.0"
version = "4.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835eb39822904d39cb19465de1159e05d371973f0c6df3a365ad50565ddc8b9"
checksum = "c034aa6c54f654df20e7dc3713bc51705c12f280748fb6d7f40f87c696623e34"
dependencies = [
"aes",
"arbitrary",

View File

@@ -17,7 +17,7 @@ serde_json = "1.0.143"
reqwest = { version = "0.12.23", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
log = "0.4.27"
zip = { version = "4.5.0", optional = true }
zip = { version = "4.6.0", optional = true }
mktemp = { version = "0.5.1", optional = true }
rand = { version = "0.9.2", optional = true }
port_scanner = { version = "0.1.5", optional = true }