diff --git a/Cargo.lock b/Cargo.lock index 2ce6ba7..25f289d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,7 +569,7 @@ version = "0.1.0" dependencies = [ "anyhow", "axum", - "clap 4.4.7", + "clap 4.4.8", "nefarious-login", "tokio", "tracing-subscriber", @@ -718,7 +718,7 @@ version = "0.1.0" dependencies = [ "anyhow", "axum", - "clap 4.4.7", + "clap 4.4.8", "nefarious-login", "tokio", "tracing-subscriber", @@ -726,9 +726,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.7" +version = "4.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b" +checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64" dependencies = [ "clap_builder", "clap_derive", @@ -736,9 +736,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.7" +version = "4.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663" +checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc" dependencies = [ "anstream", "anstyle", @@ -2010,7 +2010,7 @@ dependencies = [ "axum", "axum-extra 0.8.0", "axum-sessions", - "clap 4.4.7", + "clap 4.4.8", "oauth2", "openidconnect", "pretty_assertions", diff --git a/Cargo.toml b/Cargo.toml index 102dd69..3a5d34c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ tokio = { version = "1", features = ["full"] } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } -clap = {version = "4.4.7", features = ["derive", "env"]} +clap = {version = "4.4.8", features = ["derive", "env"]} async-trait = {version = "0.1.74", features = []} axum = {version = "0.6.20", features = []}