From e15ea12dd1d929faacefeb672d0c7f616e987561 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 9 Jan 2024 04:14:38 +0000 Subject: [PATCH] Update Rust crate clap to 4.4.14 --- 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 5de77fbac7e..0b17cf22f37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -453,9 +453,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.13" +version = "4.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642" +checksum = "33e92c5c1a78c62968ec57dbc2440366a2d6e5a23faf829970ff1585dc6b18e2" dependencies = [ "clap_builder", "clap_derive", @@ -463,9 +463,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.12" +version = "4.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9" +checksum = "f4323769dc8a61e2c39ad7dc26f6f2800524691a44d74fe3d1071a5c24db6370" dependencies = [ "anstream", "anstyle", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 87d131b7853..62df319c827 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.13", features = ["derive", "env"] } +clap = { version = "4.4.14", 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 3b61ef19134..63c8abcc642 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -22,7 +22,7 @@ cargo-nextest = { path = "../cargo-nextest", default-features = false, features ] } # we don't use the tracing support color-eyre = { version = "0.6.2", default-features = false } -clap = { version = "4.4.13", features = ["derive", "env"] } +clap = { version = "4.4.14", 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 a7a2b40f828..cea878d64bc 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.13", features = ["derive"] } +clap = { version = "4.4.14", 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 45364107a1d..1d55114ef29 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.13", features = ["derive", "env"] } -clap_builder = { version = "4.4.12", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] } +clap = { version = "4.4.14", features = ["derive", "env"] } +clap_builder = { version = "4.4.14", 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.30", features = ["sink"] }