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

This commit is contained in:
2025-09-06 00:35:21 +00:00
parent bdaf279410
commit 328fd59e48
2 changed files with 40 additions and 24 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.28"
zip = { version = "4.6.1", optional = true }
zip = { version = "5.0.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 }