From 38c6f21d4f016c6d2777a9d058b464502c8284be Mon Sep 17 00:00:00 2001 From: Rain Date: Thu, 5 Sep 2024 15:23:03 -0700 Subject: [PATCH] [nextest-metadata] version 0.12.1 --- 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 2e9a934f3ac..8289d88b176 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1699,7 +1699,7 @@ dependencies = [ [[package]] name = "nextest-metadata" -version = "0.12.0" +version = "0.12.1" dependencies = [ "camino", "nextest-workspace-hack", diff --git a/Cargo.toml b/Cargo.toml index da5b88a3c08..d25fac1e22e 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.12.0", path = "nextest-metadata" } +nextest-metadata = { version = "0.12.1", path = "nextest-metadata" } nextest-workspace-hack = "0.1.0" quick-junit = "0.5.0" swrite = "0.1.0" diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 389379887f6..7363b402c8d 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.12.0", path = "../nextest-filtering" } nextest-runner = { version = "=0.60.0", path = "../nextest-runner" } -nextest-metadata = { version = "=0.12.0", path = "../nextest-metadata" } +nextest-metadata = { version = "=0.12.1", 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 237665fd3a5..a03fa8c68d7 100644 --- a/nextest-metadata/Cargo.toml +++ b/nextest-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nextest-metadata" -version = "0.12.0" +version = "0.12.1" 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 39bcd3d183a..f46d11ef92c 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -93,7 +93,7 @@ self_update = { version = "0.41.0", optional = true, default-features = false, f ] } nextest-filtering = { version = "0.12.0", path = "../nextest-filtering" } -nextest-metadata = { version = "0.12.0", path = "../nextest-metadata" } +nextest-metadata = { version = "0.12.1", path = "../nextest-metadata" } quick-junit.workspace = true newtype-uuid.workspace = true console-subscriber = { version = "0.4.0", optional = true }