From 056b72e051043f8bc0c2d37393cda0d7f94b64bc Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sat, 18 Nov 2023 04:32:08 +0000 Subject: [PATCH] Update Rust crate test-case to 3.3.1 --- Cargo.lock | 4 ++-- nextest-filtering/Cargo.toml | 2 +- nextest-metadata/Cargo.toml | 2 +- nextest-runner/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b300a5c3d1..d80539ee3a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2943,9 +2943,9 @@ dependencies = [ [[package]] name = "test-case" -version = "3.3.0" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d70dd1add280294abf52e1220e4fc284127233e2425383503fd85d2ed3fb275" +checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8" dependencies = [ "test-case-macros", ] diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index 9512d64721b..0f01cde0b4a 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -43,6 +43,6 @@ twox-hash = { version = "1.6.3", optional = true } [dev-dependencies] clap = { version = "4.4.8", features = ["derive"] } camino = "1.1.6" -test-case = "3.3.0" +test-case = "3.3.1" proptest = { version = "1.4.0" } test-strategy = { version = "0.3.1" } diff --git a/nextest-metadata/Cargo.toml b/nextest-metadata/Cargo.toml index 6d417f28905..7f2c20f8230 100644 --- a/nextest-metadata/Cargo.toml +++ b/nextest-metadata/Cargo.toml @@ -20,4 +20,4 @@ nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" } smol_str = { version = "0.2.0", features = ["serde"] } [dev-dependencies] -test-case = "3.3.0" +test-case = "3.3.1" diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 09b6e0e9032..7281a31490c 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -136,7 +136,7 @@ pathdiff = { version = "0.2.1", features = ["camino"] } pretty_assertions = "1.4.0" proptest = "1.4.0" proptest-derive = "0.4.0" -test-case = "3.3.0" +test-case = "3.3.1" [[bin]]