Compare commits

..

2 Commits

Author SHA1 Message Date
d4844c18bf Update Rust crate zip to 2.6.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-05 00:33:01 +00:00
52da56a775 Update Rust crate tokio to 1.44.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-04 00:33:44 +00:00
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -2254,9 +2254,9 @@ dependencies = [
[[package]]
name = "zip"
version = "2.6.0"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "febbe83a485467affa75a75d28dc7494acd2f819e549536c47d46b3089b56164"
checksum = "1dcb24d0152526ae49b9b96c1dcf71850ca1e0b882e4e28ed898a93c41334744"
dependencies = [
"aes",
"arbitrary",

View File

@ -17,7 +17,7 @@ serde_json = "1.0.140"
reqwest = { version = "0.12.15", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
log = "0.4.27"
zip = { version = "2.6.0", optional = true }
zip = { version = "2.6.1", optional = true }
mktemp = { version = "0.5.1", optional = true }
rand = { version = "0.9.0", optional = true }
port_scanner = { version = "0.1.5", optional = true }
@ -28,4 +28,4 @@ embedded-server = ["zip", "mktemp", "rand", "port_scanner"]
[dev-dependencies]
env_logger = "0.11.8"
tokio = { version = "1.28.1", features = ["full"] }
tokio = { version = "1.44.1", features = ["full"] }