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-02 00:34:10 +00:00
parent aba478e00d
commit 0b4bac96e7
2 changed files with 5 additions and 5 deletions

View File

@ -8,4 +8,4 @@ log = "0.4.22"
env_logger = "0.11.5"
actix-web = "4.10.2"
rand = "0.9.0-alpha.2"
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.35", features = ["derive"] }