diff --git a/Cargo.lock b/Cargo.lock index 102c9223f..1806f5d85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,9 +406,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.22" +version = "4.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682" +checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03" dependencies = [ "atty", "bitflags", @@ -1629,7 +1629,7 @@ dependencies = [ "backoff", "base64", "build_script_utils", - "clap 4.0.22", + "clap 4.0.24", "futures", "hex", "interop_binaries", @@ -1708,7 +1708,7 @@ dependencies = [ "backoff", "base64", "chrono", - "clap 4.0.22", + "clap 4.0.24", "derivative", "janus_core", "janus_messages", diff --git a/interop_binaries/Cargo.toml b/interop_binaries/Cargo.toml index 5498a1a39..0fbbcf44f 100644 --- a/interop_binaries/Cargo.toml +++ b/interop_binaries/Cargo.toml @@ -24,7 +24,7 @@ testcontainer = [ anyhow = "1" backoff = { version = "0.4", features = ["tokio"] } base64 = "0.13.1" -clap = "4.0.22" +clap = "4.0.24" futures = { version = "0.3.25", optional = true } hex = { version = "0.4", optional = true } lazy_static = { version = "1", optional = true } diff --git a/janus_collector/Cargo.toml b/janus_collector/Cargo.toml index fb51dfbe2..a7b49269c 100644 --- a/janus_collector/Cargo.toml +++ b/janus_collector/Cargo.toml @@ -30,7 +30,7 @@ anyhow = "1" assert_matches = "1" base64 = "0.13.1" chrono = "0.4" -clap = { version = "4.0.22", features = ["derive", "env"] } +clap = { version = "4.0.24", features = ["derive", "env"] } janus_core = { path = "../janus_core", features = ["test-util"] } mockito = "0.31.0" rand = "0.8"