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

This commit is contained in:
2024-03-27 00:24:26 +00:00
parent 3233e73485
commit 81e1da2bbc
2 changed files with 13 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
log = "0.4.21"
env_logger = "0.11.3"
clap = { version = "4.5.2", features = ["derive", "env"] }
clap = { version = "4.5.4", features = ["derive", "env"] }
lazy_static = "1.4.0"
anyhow = "1.0.80"
actix-web = "4.5.1"