1 Commits

Author SHA1 Message Date
3dd2fa8524 Update Rust crate zip to 8.2.0
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-04 00:19:48 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2655,9 +2655,9 @@ dependencies = [
[[package]] [[package]]
name = "zip" name = "zip"
version = "8.1.0" version = "8.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e499faf5c6b97a0d086f4a8733de6d47aee2252b8127962439d8d4311a73f72" checksum = "b680f2a0cd479b4cff6e1233c483fdead418106eae419dc60200ae9850f6d004"
dependencies = [ dependencies = [
"aes", "aes",
"bzip2", "bzip2",

View File

@@ -17,7 +17,7 @@ serde_json = "1.0.149"
reqwest = { version = "0.13.2", features = ["json", "form"] } reqwest = { version = "0.13.2", features = ["json", "form"] }
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
log = "0.4.29" log = "0.4.29"
zip = { version = "8.1.0", optional = true } zip = { version = "8.2.0", optional = true }
mktemp = { version = "0.5.1", optional = true } mktemp = { version = "0.5.1", optional = true }
rand = { version = "0.10.0", optional = true } rand = { version = "0.10.0", optional = true }
port_scanner = { version = "0.1.5", optional = true } port_scanner = { version = "0.1.5", optional = true }