From e5c34d71ae396f793babff117ec056b87d261e0e Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 12 Jan 2024 04:15:36 +0000 Subject: [PATCH] Update Rust crate clap to 4.4.16 --- Cargo.lock | 12 ++++++------ cargo-nextest/Cargo.toml | 2 +- integration-tests/Cargo.toml | 2 +- nextest-filtering/Cargo.toml | 2 +- workspace-hack/Cargo.toml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e04447d70f..dcd13d1a1d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,9 +56,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6" +checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba" dependencies = [ "anstyle", "anstyle-parse", @@ -453,9 +453,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.14" +version = "4.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33e92c5c1a78c62968ec57dbc2440366a2d6e5a23faf829970ff1585dc6b18e2" +checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445" dependencies = [ "clap_builder", "clap_derive", @@ -463,9 +463,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.14" +version = "4.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4323769dc8a61e2c39ad7dc26f6f2800524691a44d74fe3d1071a5c24db6370" +checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb" dependencies = [ "anstream", "anstyle", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index b2d43708e28..502986211e5 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.14", features = ["derive", "env"] } +clap = { version = "4.4.16", 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 63c8abcc642..36206cf7d6c 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.14", features = ["derive", "env"] } +clap = { version = "4.4.16", 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 dff2ebdd90b..ea7f1d205d5 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.14", features = ["derive"] } +clap = { version = "4.4.16", 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 694f0cf0b40..97c01c6694d 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.14", features = ["derive", "env"] } -clap_builder = { version = "4.4.14", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] } +clap = { version = "4.4.16", features = ["derive", "env"] } +clap_builder = { version = "4.4.16", 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"] }