From 389bc460287f11af9b66b6a9a209488f3309810a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:54:05 +0000 Subject: [PATCH] build(deps): Bump clap from 4.4.6 to 4.4.7 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.6 to 4.4.7. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.6...v4.4.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- aggregator/Cargo.toml | 2 +- interop_binaries/Cargo.toml | 2 +- tools/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e23832ab0..6520760e77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -527,9 +527,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.6" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956" +checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b" dependencies = [ "clap_builder", "clap_derive", @@ -537,9 +537,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.6" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" +checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663" dependencies = [ "anstream", "anstyle", @@ -549,9 +549,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.4.2" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" +checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" dependencies = [ "heck", "proc-macro2", @@ -561,9 +561,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" +checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "cmac" diff --git a/aggregator/Cargo.toml b/aggregator/Cargo.toml index 479112459c..47a4ba209f 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -40,7 +40,7 @@ backoff = { version = "0.4.0", features = ["tokio"] } base64 = "0.21.5" bytes = "1.5.0" chrono.workspace = true -clap = { version = "4.4.6", features = ["derive", "env"] } +clap = { version = "4.4.7", features = ["derive", "env"] } console-subscriber = { version = "0.2.0", optional = true } deadpool = { version = "0.10.0", features = ["rt_tokio_1"] } deadpool-postgres = "0.11.0" diff --git a/interop_binaries/Cargo.toml b/interop_binaries/Cargo.toml index 60f07ab861..9003b6b0e6 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.5" -clap = "4.4.6" +clap = "4.4.7" derivative.workspace = true futures = { version = "0.3.28", optional = true } fixed = { version = "1.24", optional = true } diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 143205b87d..92d273a50e 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.5" -clap = { version = "4.4.6", features = ["cargo", "derive", "env"] } +clap = { version = "4.4.7", features = ["cargo", "derive", "env"] } derivative.workspace = true fixed = { version = "1.24", optional = true } janus_collector.workspace = true