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

This commit is contained in:
2022-06-23 00:12:38 +00:00
parent 8161910264
commit 3003fb55e6
2 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ edition = "2021"
actix = "0.13.0"
actix-identity = "0.4.0"
actix-web = "4"
clap = { version = "3.2.1", features = ["derive", "env"] }
clap = { version = "3.2.6", features = ["derive", "env"] }
include_dir = "0.7.2"
log = "0.4.17"
serde_json = "1.0.81"