Update Rust crate clap to 4.3.0
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user