Merge pull request 'Update Rust crate clap to 4.3.3' (#13) from renovate/clap-4.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #13
This commit is contained in:
2023-06-14 06:41:27 +00:00
2 changed files with 5 additions and 5 deletions

View File

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