From b0f50ccacc737a5a9e7149abe52105f4e74d6f3f Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 5 Dec 2023 04:14:51 +0000 Subject: [PATCH] Update Rust crate clap to 4.4.11 --- Cargo.lock | 8 ++++---- cargo-nextest/Cargo.toml | 2 +- integration-tests/Cargo.toml | 2 +- nextest-filtering/Cargo.toml | 2 +- workspace-hack/Cargo.toml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e760ac0dc6..910b79bb597 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -463,9 +463,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.10" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272" +checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" dependencies = [ "clap_builder", "clap_derive", @@ -473,9 +473,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.9" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1" +checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" dependencies = [ "anstream", "anstyle", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index aa76f84e7af..6bc73452417 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.10", features = ["derive", "env"] } +clap = { version = "4.4.11", features = ["derive", "env"] } # we don't use the tracing support color-eyre = { version = "0.6.2", default-features = false } dialoguer = "0.11.0" diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 664f158d47e..95bd7388c37 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.10", features = ["derive", "env"] } +clap = { version = "4.4.11", features = ["derive", "env"] } enable-ansi-support = "0.2.1" nextest-workspace-hack.workspace = true diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index 443782df0b9..6d4cf37ff66 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -43,7 +43,7 @@ twox-hash = { version = "1.6.3", optional = true } nextest-workspace-hack.workspace = true [dev-dependencies] -clap = { version = "4.4.10", features = ["derive"] } +clap = { version = "4.4.11", features = ["derive"] } camino = "1.1.6" test-case = "3.3.1" proptest = { version = "1.4.0" } diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 201b3b0ed21..6749c89f636 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -16,8 +16,8 @@ publish = false [dependencies] backtrace = { version = "0.3.69", features = ["gimli-symbolize"] } chrono = { version = "0.4.31" } -clap = { version = "4.4.10", features = ["derive", "env"] } -clap_builder = { version = "4.4.9", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] } +clap = { version = "4.4.11", features = ["derive", "env"] } +clap_builder = { version = "4.4.11", 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.29", features = ["sink"] }