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

This commit is contained in:
2023-05-24 00:29:37 +00:00
parent 530118967a
commit eca04f8488
2 changed files with 9 additions and 9 deletions

View File

@ -11,7 +11,7 @@ actix-identity = "0.5.2"
actix-web = "4"
actix-session = { version = "0.7.2", features = ["cookie-session"] }
actix-remote-ip = "0.1.0"
clap = { version = "4.2.7", features = ["derive", "env"] }
clap = { version = "4.3.0", features = ["derive", "env"] }
include_dir = "0.7.3"
log = "0.4.17"
serde_json = "1.0.93"