Update Rust crate zip to 4.1.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-16 00:20:57 +00:00
parent 421c2a191b
commit 4629220522
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2230,9 +2230,9 @@ dependencies = [
[[package]] [[package]]
name = "zip" name = "zip"
version = "4.0.0" version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "153a6fff49d264c4babdcfa6b4d534747f520e56e8f0f384f3b808c4b64cc1fd" checksum = "af7dcdb4229c0e79c2531a24de7726a0e980417a74fb4d030a35f535665439a0"
dependencies = [ dependencies = [
"aes", "aes",
"arbitrary", "arbitrary",

View File

@ -17,7 +17,7 @@ serde_json = "1.0.140"
reqwest = { version = "0.12.20", features = ["json"] } reqwest = { version = "0.12.20", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
log = "0.4.27" log = "0.4.27"
zip = { version = "4.0.0", optional = true } zip = { version = "4.1.0", optional = true }
mktemp = { version = "0.5.1", optional = true } mktemp = { version = "0.5.1", optional = true }
rand = { version = "0.9.1", optional = true } rand = { version = "0.9.1", optional = true }
port_scanner = { version = "0.1.5", optional = true } port_scanner = { version = "0.1.5", optional = true }