Update Rust crate clap to 3.1.14

This commit is contained in:
2022-05-01 14:51:20 +00:00
parent 1c8c471fc6
commit e694a40cea
2 changed files with 5 additions and 5 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.12", features = ["derive", "env"] }
clap = { version = "3.1.14", features = ["derive", "env"] }
include_dir = "0.7.2"
log = "0.4.16"
serde_json = "1.0.79"