From cc5d0f2a4e88b143ba1f94391379c02103ffa2ab Mon Sep 17 00:00:00 2001 From: Rain Date: Thu, 23 May 2024 13:48:43 -0700 Subject: [PATCH] [nextest-runner] version 0.56.0 --- Cargo.lock | 2 +- cargo-nextest/Cargo.toml | 2 +- nextest-runner/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d57fec93b3..8790fa1cb21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1640,7 +1640,7 @@ dependencies = [ [[package]] name = "nextest-runner" -version = "0.55.0" +version = "0.56.0" dependencies = [ "aho-corasick", "async-scoped", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 9c1062ee703..ab8ef6b78f1 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.55.0", path = "../nextest-runner" } +nextest-runner = { version = "=0.56.0", path = "../nextest-runner" } nextest-metadata = { version = "=0.11.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 1dd38bc0de5..a2e19cdcf45 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.55.0" +version = "0.56.0" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/nextest"