Compare commits

..

1 Commits

Author SHA1 Message Date
8324b6ca11 Update Rust crate clap to 4.5.52
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-18 00:09:54 +00:00
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -157,9 +157,9 @@ dependencies = [
[[package]] [[package]]
name = "actix-web" name = "actix-web"
version = "4.12.0" version = "4.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2233f53f6cb18ae038ce1f0713ca0c72ca0c4b71fe9aaeb59924ce2c89c6dd85" checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea"
dependencies = [ dependencies = [
"actix-codec", "actix-codec",
"actix-http", "actix-http",
@@ -192,7 +192,7 @@ dependencies = [
"serde_json", "serde_json",
"serde_urlencoded", "serde_urlencoded",
"smallvec", "smallvec",
"socket2 0.6.0", "socket2 0.5.9",
"time", "time",
"tracing", "tracing",
"url", "url",

View File

@@ -8,7 +8,7 @@ edition = "2024"
[dependencies] [dependencies]
clap = { version = "4.5.52", features = ["derive", "env"] } clap = { version = "4.5.52", features = ["derive", "env"] }
tar = "0.4.44" tar = "0.4.44"
actix-web = "4.12.0" actix-web = "4.11.0"
actix = "0.13.5" actix = "0.13.5"
lazy_static = "1.5.0" lazy_static = "1.5.0"
log = "0.4.28" log = "0.4.28"