diff --git a/Cargo.lock b/Cargo.lock index 7a2b6099032..b935c61a667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1523,7 +1523,7 @@ dependencies = [ [[package]] name = "nextest-runner" -version = "0.47.0" +version = "0.48.0" dependencies = [ "aho-corasick", "async-scoped", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index d77739c80a4..9f50840251e 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -27,7 +27,7 @@ log = "0.4.20" itertools = "0.11.0" miette = { version = "5.10.0", features = ["fancy"] } nextest-filtering = { version = "=0.5.1", path = "../nextest-filtering" } -nextest-runner = { version = "=0.47.0", path = "../nextest-runner" } +nextest-runner = { version = "=0.48.0", path = "../nextest-runner" } nextest-metadata = { version = "=0.9.2", path = "../nextest-metadata" } once_cell = "1.18.0" owo-colors = { version = "3.5.0", features = ["supports-colors"] } diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index cb75e1f9d1f..2d04eff0baf 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.47.0" +version = "0.48.0" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/nextest"