diff --git a/Cargo.lock b/Cargo.lock index e77c25eee34..f3d35b25c9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1769,7 +1769,7 @@ dependencies = [ [[package]] name = "nextest-runner" -version = "0.58.0" +version = "0.59.0" dependencies = [ "aho-corasick", "async-scoped", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 56f5faba6ff..efdfd6f810b 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -27,7 +27,7 @@ log = "0.4.22" itertools = "0.13.0" miette = { workspace = true, features = ["fancy"] } nextest-filtering = { version = "=0.11.0", path = "../nextest-filtering" } -nextest-runner = { version = "=0.58.0", path = "../nextest-runner" } +nextest-runner = { version = "=0.59.0", path = "../nextest-runner" } nextest-metadata = { version = "=0.11.3", path = "../nextest-metadata" } once_cell = "1.19.0" owo-colors.workspace = true diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 92bbf3f705d..ca6cdaf1be1 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.58.0" +version = "0.59.0" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/nextest"