diff --git a/Cargo.lock b/Cargo.lock index fa06fdd..9248f17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,9 +387,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.10" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272" +checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" dependencies = [ "clap_builder", "clap_derive", @@ -397,9 +397,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.9" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1" +checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index a7086f9..1b990e5 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.5.6" } anyhow = "1.0" axum = { version = "0.7.1" } -clap = { version = "4.4.8", features = ["derive", "env"] } +clap = { version = "4.4.11", features = ["derive", "env"] } dotenv = "0.15.0" futures = "0.3" headers = "0.4"