Update Rust crate clap to 4.5.35
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-05 00:30:18 +00:00
parent 1e5fc7acfe
commit 18e6ee16ae
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ actix-identity = "0.8.0"
actix-web = "4.10.2"
actix-session = { version = "0.10.1", features = ["cookie-session"] }
actix-remote-ip = "0.1.0"
clap = { version = "4.5.34", features = ["derive", "env"] }
clap = { version = "4.5.35", features = ["derive", "env"] }
include_dir = "0.7.4"
log = "0.4.27"
serde_json = "1.0.128"