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

This commit is contained in:
2023-12-13 00:13:57 +00:00
committed by Pierre Hubert
parent 3dbbe50b83
commit 36ee8bf5b7
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.10", features = ["derive", "env"] }
clap = { version = "4.4.11", features = ["derive", "env"] }
lazy_static = "1.4.0"
anyhow = "1.0.75"
actix-web = "4.4.0"