diff --git a/Cargo.lock b/Cargo.lock index e207b41..2fb1c3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -395,9 +395,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.27" +version = "4.5.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" +checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff" dependencies = [ "clap_builder", "clap_derive", @@ -417,9 +417,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.24" +version = "4.5.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c" +checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 404d9a1..e935abe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.10.3" } anyhow = "1.0.95" axum = { version = "0.8.1" } -clap = { version = "4.5.27", features = ["derive", "env"] } +clap = { version = "4.5.28", features = ["derive", "env"] } dotenv = "0.15.0" futures = "0.3.31" reqwest-eventsource = "0.6.0"