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

This commit was merged in pull request #147.
This commit is contained in:
2025-12-21 00:30:16 +00:00
parent c70a0699ce
commit 8e95ae2861
2 changed files with 6 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ serde_json = "1.0.145"
reqwest = { version = "0.12.26", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
log = "0.4.29"
zip = { version = "6.0.0", optional = true }
zip = { version = "7.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 }