From dde25ca53ca6674fb1b9a4bc526b126efa001c42 Mon Sep 17 00:00:00 2001 From: Rain Date: Fri, 23 Aug 2024 15:19:01 -0700 Subject: [PATCH] [nextest-metadata] version 0.11.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- cargo-nextest/Cargo.toml | 2 +- nextest-metadata/Cargo.toml | 2 +- nextest-runner/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39b20ca7f4d..63eb4c1bef0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1756,7 +1756,7 @@ dependencies = [ [[package]] name = "nextest-metadata" -version = "0.11.1" +version = "0.11.2" dependencies = [ "camino", "nextest-workspace-hack", diff --git a/Cargo.toml b/Cargo.toml index 1ab71588c76..5ee3738f0b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ miette = "7.2.0" once_cell = "1.19.0" owo-colors = { version = "4.0.0", features = ["supports-colors"] } newtype-uuid = { version = "1.1.0", features = ["v4"] } -nextest-metadata = { version = "0.11.1", path = "nextest-metadata" } +nextest-metadata = { version = "0.11.2", path = "nextest-metadata" } nextest-workspace-hack = "0.1.0" quick-junit = "0.4.0" swrite = "0.1.0" diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 7e2616b16d3..5e2a89e1bc0 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -28,7 +28,7 @@ itertools = "0.13.0" miette = { workspace = true, features = ["fancy"] } nextest-filtering = { version = "=0.10.0", path = "../nextest-filtering" } nextest-runner = { version = "=0.58.0", path = "../nextest-runner" } -nextest-metadata = { version = "=0.11.1", path = "../nextest-metadata" } +nextest-metadata = { version = "=0.11.2", path = "../nextest-metadata" } once_cell = "1.19.0" owo-colors.workspace = true pathdiff = { version = "0.2.1", features = ["camino"] } diff --git a/nextest-metadata/Cargo.toml b/nextest-metadata/Cargo.toml index 7d0a4cb182b..ab37d7681c4 100644 --- a/nextest-metadata/Cargo.toml +++ b/nextest-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nextest-metadata" -version = "0.11.1" +version = "0.11.2" description = "Structured access to nextest machine-readable output." license = "MIT OR Apache-2.0" edition = "2021" diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 5719f6848fe..9829dd294e4 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -93,7 +93,7 @@ self_update = { version = "0.39.0", optional = true, default-features = false, f ] } nextest-filtering = { version = "0.10.0", path = "../nextest-filtering" } -nextest-metadata = { version = "0.11.1", path = "../nextest-metadata" } +nextest-metadata = { version = "0.11.2", path = "../nextest-metadata" } quick-junit.workspace = true newtype-uuid.workspace = true console-subscriber = { version = "0.4.0", optional = true }