Compare commits

..

2 Commits

Author SHA1 Message Date
9958bcc1a1 Update Rust crate serde to 1.0.219
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-03-31 00:33:55 +00:00
116ea4ba77 Update Rust crate mktemp to 0.5.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-30 02:19:50 +00:00

View File

@ -18,7 +18,7 @@ reqwest = { version = "0.12.4", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
log = "0.4.27"
zip = { version = "2.1.3", optional = true }
mktemp = { version = "0.5.0", optional = true }
mktemp = { version = "0.5.1", optional = true }
rand = { version = "0.9.0", optional = true }
port_scanner = { version = "0.1.5", optional = true }
thiserror = "2.0.0"