Update Rust crate clap to 3.2.1
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-14 00:09:48 +00:00
parent 6d6877421b
commit dfffc65016
2 changed files with 7 additions and 7 deletions

View File

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