From 1f7001df989336d7567834e3e70a772f98760d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 19:23:23 +0000 Subject: [PATCH] build(deps): Bump clap from 4.4.5 to 4.4.6 (#2037) Bumps [clap](https://github.com/clap-rs/clap) from 4.4.5 to 4.4.6. - [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.5...v4.4.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 40 ++++++++----------------------------- aggregator/Cargo.toml | 2 +- interop_binaries/Cargo.toml | 2 +- tools/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 35 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d15de2239..2b9f5efb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,20 +104,6 @@ dependencies = [ "libc", ] -[[package]] -name = "anstream" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" -dependencies = [ - "anstyle", - "anstyle-parse", - "anstyle-query", - "anstyle-wincon 2.1.0", - "colorchoice", - "utf8parse", -] - [[package]] name = "anstream" version = "0.6.4" @@ -127,7 +113,7 @@ dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", - "anstyle-wincon 3.0.1", + "anstyle-wincon", "colorchoice", "utf8parse", ] @@ -156,16 +142,6 @@ dependencies = [ "windows-sys", ] -[[package]] -name = "anstyle-wincon" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" -dependencies = [ - "anstyle", - "windows-sys", -] - [[package]] name = "anstyle-wincon" version = "3.0.1" @@ -540,9 +516,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.5" +version = "4.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824956d0dca8334758a5b7f7e50518d66ea319330cbceedcf76905c2f6ab30e3" +checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956" dependencies = [ "clap_builder", "clap_derive", @@ -550,11 +526,11 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.5" +version = "4.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "122ec64120a49b4563ccaedcbea7818d069ed8e9aa6d829b82d8a4128936b2ab" +checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" dependencies = [ - "anstream 0.5.0", + "anstream", "anstyle", "clap_lex", "strsim", @@ -3965,7 +3941,7 @@ version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b439536a42c43be148b610c7f7f968fb79a457254910a9cb20900da73cd3271" dependencies = [ - "anstream 0.6.4", + "anstream", "anstyle", "content_inspector", "dunce", @@ -3987,7 +3963,7 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed1559baff8a696add3322b9be3e940d433e7bb4e38d79017205fd37ff28b28e" dependencies = [ - "anstream 0.6.4", + "anstream", ] [[package]] diff --git a/aggregator/Cargo.toml b/aggregator/Cargo.toml index 28faf867f..8918e1444 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -38,7 +38,7 @@ backoff = { version = "0.4.0", features = ["tokio"] } base64.workspace = true bytes = "1.5.0" chrono.workspace = true -clap = { version = "4.4.5", features = ["derive", "env"] } +clap = { version = "4.4.6", 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 0bb82ebb7..afca32edb 100644 --- a/interop_binaries/Cargo.toml +++ b/interop_binaries/Cargo.toml @@ -25,7 +25,7 @@ testcontainer = [ anyhow.workspace = true backoff = { version = "0.4", features = ["tokio"] } base64.workspace = true -clap = "4.4.5" +clap = "4.4.6" 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 dcfca620b..04599a242 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.workspace = true -clap = { version = "4.4.5", features = ["cargo", "derive", "env"] } +clap = { version = "4.4.6", features = ["cargo", "derive", "env"] } derivative = "2.2.0" fixed = { version = "1.23", optional = true } janus_collector.workspace = true