From e40c5e06118602c82566fcee972ff671464683ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:42:40 +0000 Subject: [PATCH] build(deps): Bump clap from 4.4.1 to 4.4.2 (#1876) --- Cargo.lock | 14 ++++++-------- aggregator/Cargo.toml | 2 +- interop_binaries/Cargo.toml | 2 +- tools/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a72a5bfa5..b48f88497 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -528,33 +528,31 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.1" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c8d502cbaec4595d2e7d5f61e318f05417bd2b66fdc3809498f0d3fdf0bea27" +checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" dependencies = [ "clap_builder", "clap_derive", - "once_cell", ] [[package]] name = "clap_builder" -version = "4.4.1" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5891c7bc0edb3e1c2204fc5e94009affabeb1821c9e5fdc3959536c5c0bb984d" +checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" dependencies = [ "anstream", "anstyle", "clap_lex", - "once_cell", "strsim", ] [[package]] name = "clap_derive" -version = "4.4.0" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9fd1a5729c4548118d7d70ff234a44868d00489a4b6597b0b020918a0e91a1a" +checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" dependencies = [ "heck", "proc-macro2", diff --git a/aggregator/Cargo.toml b/aggregator/Cargo.toml index 4fccb1786..b877c014c 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -40,7 +40,7 @@ backoff = { version = "0.4.0", features = ["tokio"] } base64 = "0.21.3" bytes = "1.4.0" chrono.workspace = true -clap = { version = "4.4.1", features = ["derive", "env"] } +clap = { version = "4.4.2", features = ["derive", "env"] } console-subscriber = { version = "0.1.10", optional = true } deadpool = { version = "0.9.5", features = ["rt_tokio_1"] } deadpool-postgres = "0.10.5" diff --git a/interop_binaries/Cargo.toml b/interop_binaries/Cargo.toml index 1e5a40587..837e66f2e 100644 --- a/interop_binaries/Cargo.toml +++ b/interop_binaries/Cargo.toml @@ -26,7 +26,7 @@ testcontainer = [ anyhow.workspace = true backoff = { version = "0.4", features = ["tokio"] } base64 = "0.21.3" -clap = "4.4.1" +clap = "4.4.2" futures = { version = "0.3.28", optional = true } fixed = { version = "1.23", optional = true } fixed-macro = { version = "1.1.1", optional = true } diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 77f5d2209..9beecf2ac 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -14,7 +14,7 @@ fpvec_bounded_l2 = ["dep:fixed", "janus_collector/fpvec_bounded_l2", "prio/exper [dependencies] anyhow = "1" base64 = "0.21.3" -clap = { version = "4.4.1", features = ["cargo", "derive", "env"] } +clap = { version = "4.4.2", features = ["cargo", "derive", "env"] } derivative = "2.2.0" fixed = { version = "1.23", optional = true } janus_collector.workspace = true