diff --git a/Cargo.lock b/Cargo.lock index ba1362f8e66..f3bacc8a674 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1632,7 +1632,7 @@ checksum = "ca2b420f638f07fe83056b55ea190bb815f609ec5a35e7017884a10f78839c9e" [[package]] name = "nextest-filtering" -version = "0.7.0" +version = "0.7.1" dependencies = [ "camino", "clap", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 62df319c827..a79c617c615 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -26,7 +26,7 @@ guppy = "0.17.4" log = "0.4.20" itertools = "0.12.0" miette = { version = "5.10.0", features = ["fancy"] } -nextest-filtering = { version = "=0.7.0", path = "../nextest-filtering" } +nextest-filtering = { version = "=0.7.1", path = "../nextest-filtering" } nextest-runner = { version = "=0.52.2", path = "../nextest-runner" } nextest-metadata = { version = "=0.10.0", path = "../nextest-metadata" } once_cell = "1.19.0" diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index cea878d64bc..dff2ebdd90b 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nextest-filtering" -version = "0.7.0" +version = "0.7.1" 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 85999a8e62e..64fdc795820 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -90,7 +90,7 @@ self_update = { version = "0.39.0", optional = true, default-features = false, f "compression-flate2", ] } -nextest-filtering = { version = "0.7.0", path = "../nextest-filtering" } +nextest-filtering = { version = "0.7.1", path = "../nextest-filtering" } nextest-metadata = { version = "0.10.0", path = "../nextest-metadata" } quick-junit = { version = "0.3.5", path = "../quick-junit" } uuid = { version = "1.6.1", features = ["v4"] }