diff --git a/Cargo.lock b/Cargo.lock index fc2fcd8d703..48b1ebdb4b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1669,7 +1669,7 @@ dependencies = [ [[package]] name = "nextest-runner" -version = "0.53.0" +version = "0.53.1" dependencies = [ "aho-corasick", "async-scoped", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index f55c88ac934..52efeeaf2e4 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -27,7 +27,7 @@ log = "0.4.20" itertools = "0.12.0" miette = { version = "5.10.0", features = ["fancy"] } nextest-filtering = { version = "=0.7.1", path = "../nextest-filtering" } -nextest-runner = { version = "=0.53.0", path = "../nextest-runner" } +nextest-runner = { version = "=0.53.1", path = "../nextest-runner" } nextest-metadata = { version = "=0.10.0", path = "../nextest-metadata" } once_cell = "1.19.0" owo-colors = { version = "4.0.0", features = ["supports-colors"] } diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index e1f4cb1b2dd..207ac74fac9 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nextest-runner" description = "Core runner logic for cargo nextest." -version = "0.53.0" +version = "0.53.1" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/nextest"