Update Rust crate clap to 4.3.11
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-07-08 00:13:54 +00:00
parent f2c8346406
commit 7a3e1faad3
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.10"
version = "4.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a"
checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d"
dependencies = [
"clap_builder",
"clap_derive",
@ -501,9 +501,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.10"
version = "4.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d"
checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b"
dependencies = [
"anstream",
"anstyle",

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.10", features = ["derive", "env"] }
clap = { version = "4.3.11", features = ["derive", "env"] }
lazy_static = "1.4.0"
actix-web = "4.3.1"
askama = "0.12.0"