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

This commit is contained in:
Pierre HUBERT 2023-08-19 00:27:30 +00:00
parent ad8d9f331f
commit c0df7d9696
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -490,9 +490,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.22"
version = "4.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b417ae4361bca3f5de378294fc7472d3c4ed86a5ef9f49e93ae722f432aae8d2"
checksum = "03aef18ddf7d879c15ce20f04826ef8418101c7e528014c3eeea13321047dca3"
dependencies = [
"clap_builder",
"clap_derive",
@ -501,9 +501,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.22"
version = "4.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c90dc0f0e42c64bff177ca9d7be6fcc9ddb0f26a6e062174a61c84dd6c644d4"
checksum = "f8ce6fffb678c9b80a70b6b6de0aad31df727623a70fd9a842c30cd573e2fa98"
dependencies = [
"anstream",
"anstyle",

View File

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