diff --git a/Cargo.lock b/Cargo.lock index 9d5c0ae983d..30283da08b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1667,7 +1667,7 @@ dependencies = [ [[package]] name = "nextest-filtering" -version = "0.11.0" +version = "0.12.0" dependencies = [ "camino", "clap", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 16d4a4abb41..d616a41c315 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -26,7 +26,7 @@ guppy.workspace = true log = "0.4.22" itertools = "0.13.0" miette = { workspace = true, features = ["fancy"] } -nextest-filtering = { version = "=0.11.0", path = "../nextest-filtering" } +nextest-filtering = { version = "=0.12.0", path = "../nextest-filtering" } nextest-runner = { version = "=0.59.0", path = "../nextest-runner" } nextest-metadata = { version = "=0.12.0", path = "../nextest-metadata" } once_cell = "1.19.0" diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index 9862f8b06c8..f87e0cd98c8 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nextest-filtering" -version = "0.11.0" +version = "0.12.0" description = "Filtering DSL for cargo-nextest" license = "MIT OR Apache-2.0" edition = "2021" diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 4184898c44c..5cedcac75cc 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -92,7 +92,7 @@ self_update = { version = "0.41.0", optional = true, default-features = false, f "compression-flate2", ] } -nextest-filtering = { version = "0.11.0", path = "../nextest-filtering" } +nextest-filtering = { version = "0.12.0", path = "../nextest-filtering" } nextest-metadata = { version = "0.12.0", path = "../nextest-metadata" } quick-junit.workspace = true newtype-uuid.workspace = true