diff --git a/Cargo.lock b/Cargo.lock index 476f4a6..b028d70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,9 +389,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.3" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" +checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" dependencies = [ "clap_builder", "clap_derive", @@ -411,9 +411,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.3" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" +checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index a901e9f..6181759 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.7.8" } anyhow = "1.0" axum = { version = "0.7.4" } -clap = { version = "4.5.3", features = ["derive", "env"] } +clap = { version = "4.5.4", features = ["derive", "env"] } reqwest-eventsource = "0.5.0" dotenv = "0.15.0" futures = "0.3"