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

This commit is contained in:
2025-07-10 00:15:36 +00:00
parent 291a670c17
commit 3b7d7b059d
2 changed files with 19 additions and 19 deletions

View File

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