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

This commit is contained in:
2025-07-10 00:15:49 +00:00
parent a3b9718dc7
commit cef7334c8f
2 changed files with 7 additions and 7 deletions

View File

@ -8,4 +8,4 @@ log = "0.4.27"
env_logger = "0.11.8"
actix-web = "4.11.0"
rand = "0.9.1"
clap = { version = "4.5.40", features = ["derive"] }
clap = { version = "4.5.41", features = ["derive"] }