diff --git a/Cargo.lock b/Cargo.lock index 7f4d7d7b309..2864a035b0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1529,7 +1529,7 @@ checksum = "ca2b420f638f07fe83056b55ea190bb815f609ec5a35e7017884a10f78839c9e" [[package]] name = "nextest-filtering" -version = "0.3.0" +version = "0.4.0" dependencies = [ "camino", "clap", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index ff4da7bf02c..cc4c6bd80e3 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -26,7 +26,7 @@ guppy = "0.15.2" log = "0.4.17" itertools = "0.10.5" miette = { version = "5.8.0", features = ["fancy"] } -nextest-filtering = { version = "=0.3.0", path = "../nextest-filtering" } +nextest-filtering = { version = "=0.4.0", path = "../nextest-filtering" } nextest-runner = { version = "=0.38.0", path = "../nextest-runner" } nextest-metadata = { version = "=0.8.2", path = "../nextest-metadata" } once_cell = "1.17.1" diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index f1504abdb67..f324e6ee4f3 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nextest-filtering" -version = "0.3.0" +version = "0.4.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 1952a4698ff..c5310bdea81 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -82,7 +82,7 @@ self_update = { version = "0.36.0", optional = true, default-features = false, f "compression-flate2", ] } -nextest-filtering = { version = "0.3.0", path = "../nextest-filtering" } +nextest-filtering = { version = "0.4.0", path = "../nextest-filtering" } nextest-metadata = { version = "0.8.2", path = "../nextest-metadata" } quick-junit = { version = "0.3.2", path = "../quick-junit" } uuid = { version = "1.3.2", features = ["v4"] }