From 7d132e96dacb9c33f7990dc6e9d2850855bb42e6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 30 Sep 2023 03:02:29 +0000 Subject: [PATCH] Update Rust crate clap to 4.4.6 --- Cargo.lock | 16 ++++++++-------- cargo-nextest/Cargo.toml | 2 +- integration-tests/Cargo.toml | 2 +- nextest-filtering/Cargo.toml | 2 +- workspace-hack/Cargo.toml | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2af7ee1a31..0ba832d00b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,9 +43,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.5.0" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" +checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" dependencies = [ "anstyle", "anstyle-parse", @@ -81,9 +81,9 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "2.1.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" +checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" dependencies = [ "anstyle", "windows-sys 0.48.0", @@ -404,9 +404,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.4" +version = "4.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136" +checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956" dependencies = [ "clap_builder", "clap_derive", @@ -414,9 +414,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.4" +version = "4.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56" +checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" dependencies = [ "anstream", "anstyle", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index d8297ea4601..030f0ba8a77 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.70" [dependencies] camino = "1.1.6" cfg-if = "1.0.0" -clap = { version = "4.4.4", features = ["derive", "env"] } +clap = { version = "4.4.6", features = ["derive", "env"] } # we don't use the tracing support color-eyre = { version = "0.6.2", default-features = false } dialoguer = "0.10.4" diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 4dbecf62aba..1f9de28c775 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -13,7 +13,7 @@ path = "test-helpers/cargo-nextest-dup.rs" cargo-nextest = { path = "../cargo-nextest" } # we don't use the tracing support color-eyre = { version = "0.6.2", default-features = false } -clap = { version = "4.4.4", features = ["derive", "env"] } +clap = { version = "4.4.6", features = ["derive", "env"] } enable-ansi-support = "0.2.1" nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" } diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index 8ba9e3e7cdd..f0d0b2b8c9d 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -41,7 +41,7 @@ test-strategy = { version = "0.3.1", optional = true } twox-hash = { version = "1.6.3", optional = true } [dev-dependencies] -clap = { version = "4.4.4", features = ["derive"] } +clap = { version = "4.4.6", features = ["derive"] } camino = "1.1.6" test-case = "3.2.1" proptest = { version = "1.2.0" } diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index bd74117c343..1039b8734fd 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -15,8 +15,8 @@ publish = false ### BEGIN HAKARI SECTION [dependencies] backtrace = { version = "0.3.69", features = ["gimli-symbolize"] } -clap = { version = "4.4.4", features = ["derive", "env"] } -clap_builder = { version = "4.4.4", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] } +clap = { version = "4.4.6", features = ["derive", "env"] } +clap_builder = { version = "4.4.6", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] } console = { version = "0.15.7" } either = { version = "1.9.0" } futures-channel = { version = "0.3.28", features = ["sink"] }