diff --git a/Cargo.lock b/Cargo.lock index 4d22fbf36cf..798c1dd4b7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1665,7 +1665,7 @@ dependencies = [ [[package]] name = "nextest-runner" -version = "0.54.0" +version = "0.54.1" dependencies = [ "aho-corasick", "async-scoped", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 81b3d54a0a6..2144a7ec093 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -27,7 +27,7 @@ log = "0.4.21" itertools = "0.12.1" miette = { workspace = true, features = ["fancy"] } nextest-filtering = { version = "=0.8.0", path = "../nextest-filtering" } -nextest-runner = { version = "=0.54.0", path = "../nextest-runner" } +nextest-runner = { version = "=0.54.1", path = "../nextest-runner" } nextest-metadata = { version = "=0.10.0", 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 1a9542cdcb7..b4ed2c478ff 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.54.0" +version = "0.54.1" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/nextest"