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

This commit is contained in:
2023-12-29 00:20:09 +00:00
parent 73ff552104
commit 7262c66c90
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
log = "0.4.20"
env_logger = "0.10.1"
clap = { version = "4.4.11", features = ["derive", "env"] }
clap = { version = "4.4.12", features = ["derive", "env"] }
lazy_static = "1.4.0"
anyhow = "1.0.75"
actix-web = "4.4.1"