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

This commit is contained in:
2026-01-21 00:13:53 +00:00
parent 3f4f586395
commit 6924297979
2 changed files with 11 additions and 3 deletions

View File

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