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

This commit is contained in:
2024-03-16 00:08:17 +00:00
committed by Pierre Hubert
parent cf21f591a5
commit a6dab365b9
2 changed files with 86 additions and 21 deletions

View File

@ -9,7 +9,7 @@ edition = "2021"
light-openid = { version = "1.0.1", features=["crypto-wrapper"] }
log = "0.4.21"
env_logger = "0.10.0"
clap = { version = "4.4.0", features = ["derive", "env"] }
clap = { version = "4.5.3", features = ["derive", "env"] }
lazy_static = "1.4.0"
actix-web = "4.5.1"
askama = "0.12.1"