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

This commit is contained in:
2022-09-01 00:18:57 +00:00
parent ddfb3476b5
commit 2b53937058
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ actix = "0.13.0"
actix-identity = "0.5.2"
actix-web = "4"
actix-session = { version = "0.7.1", features = ["cookie-session"] }
clap = { version = "3.2.17", features = ["derive", "env"] }
clap = { version = "3.2.19", features = ["derive", "env"] }
include_dir = "0.7.2"
log = "0.4.17"
serde_json = "1.0.85"