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-23 09:50:28 +00:00
parent 24b8d567d3
commit 54a233fed5
2 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ edition = "2021"
light-openid = { version = "1.0.1", features=["crypto-wrapper"] }
log = "0.4.17"
env_logger = "0.10.0"
clap = { version = "4.2.4", features = ["derive", "env"] }
clap = { version = "4.3.0", features = ["derive", "env"] }
lazy_static = "1.4.0"
actix-web = "4.3.1"
askama = "0.12.0"