diff --git a/Cargo.lock b/Cargo.lock index 05ba1f6..e4cb821 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 73f4bce..f125cea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"