Update Rust crate zip to 4.5.0 (#128)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-08-23 00:27:40 +00:00
parent f9cbc71c21
commit 50bce153f8
2 changed files with 3 additions and 3 deletions

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.3.0", optional = true }
zip = { version = "4.5.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 }