diff --git a/Cargo.lock b/Cargo.lock index 33fb3b3b4e2..4d06b5894a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1688,7 +1688,7 @@ dependencies = [ [[package]] name = "nextest-runner" -version = "0.52.0" +version = "0.52.1" dependencies = [ "aho-corasick", "async-scoped", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index d64c588517a..04413eccb7e 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.0", path = "../nextest-filtering" } -nextest-runner = { version = "=0.52.0", path = "../nextest-runner" } +nextest-runner = { version = "=0.52.1", path = "../nextest-runner" } nextest-metadata = { version = "=0.10.0", path = "../nextest-metadata" } once_cell = "1.19.0" owo-colors = { version = "3.5.0", features = ["supports-colors"] } diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 4d402855d19..dd753b3b814 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.52.0" +version = "0.52.1" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/nextest"