Update Rust crate clap to 4.5.49
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
2025-10-14 00:34:54 +00:00
parent 97ff967b87
commit 05adc38408
2 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ actix-identity = "0.9.0"
actix-web = "4.11.0"
actix-session = { version = "0.11.0", features = ["cookie-session"] }
actix-remote-ip = "0.1.0"
clap = { version = "4.5.48", features = ["derive", "env"] }
clap = { version = "4.5.49", features = ["derive", "env"] }
include_dir = "0.7.4"
log = "0.4.28"
serde_json = "1.0.145"