From 0f4e33b6707374ff4922c31c716317e553825046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 19:58:42 +0000 Subject: [PATCH] build(deps): bump clap from 4.0.12 to 4.0.15 (#653) --- Cargo.lock | 14 +++++++------- interop_binaries/Cargo.toml | 2 +- janus_collector/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f60ecb8bf..820f59b70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,13 +406,13 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.12" +version = "4.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "385007cbbed899260395a4107435fead4cad80684461b3cc78238bdcb0bad58f" +checksum = "6bf8832993da70a4c6d13c581f4463c2bdda27b9bf1c5498dc4365543abe6d6f" dependencies = [ "atty", "bitflags", - "clap_derive 4.0.10", + "clap_derive 4.0.13", "clap_lex 0.3.0", "once_cell", "strsim 0.10.0", @@ -434,9 +434,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.0.10" +version = "4.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db342ce9fda24fb191e2ed4e102055a4d381c1086a06630174cd8da8d5d917ce" +checksum = "c42f169caba89a7d512b5418b09864543eeb4d497416c917d7137863bd2076ad" dependencies = [ "heck 0.4.0", "proc-macro-error", @@ -1629,7 +1629,7 @@ dependencies = [ "backoff", "base64", "build_script_utils", - "clap 4.0.12", + "clap 4.0.15", "futures", "hex", "interop_binaries", @@ -1708,7 +1708,7 @@ dependencies = [ "backoff", "base64", "chrono", - "clap 4.0.12", + "clap 4.0.15", "derivative", "janus_core", "janus_messages", diff --git a/interop_binaries/Cargo.toml b/interop_binaries/Cargo.toml index 45e36de9c..df704627b 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.0" -clap = "4.0.12" +clap = "4.0.15" futures = { version = "0.3.24", 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 8575edfbc..885b59f39 100644 --- a/janus_collector/Cargo.toml +++ b/janus_collector/Cargo.toml @@ -30,7 +30,7 @@ anyhow = "1" assert_matches = "1" base64 = "0.13.0" chrono = "0.4" -clap = { version = "4.0.12", features = ["derive", "env"] } +clap = { version = "4.0.15", features = ["derive", "env"] } janus_core = { path = "../janus_core", features = ["test-util"] } mockito = "0.31.0" rand = "0.8"