From eeac6fe32c331f8787ee5ab6e1272b4d65cecfd2 Mon Sep 17 00:00:00 2001 From: Rain Date: Thu, 23 May 2024 13:46:56 -0700 Subject: [PATCH] [nextest-metadata] version 0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- cargo-nextest/Cargo.toml | 2 +- integration-tests/Cargo.toml | 2 +- nextest-metadata/Cargo.toml | 2 +- nextest-runner/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d739dacb06b..3d57fec93b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1627,7 +1627,7 @@ dependencies = [ [[package]] name = "nextest-metadata" -version = "0.10.0" +version = "0.11.0" dependencies = [ "camino", "nextest-workspace-hack", diff --git a/Cargo.toml b/Cargo.toml index 097b3c4e9f0..25716d25272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ globset = "0.4.14" miette = "7.2.0" owo-colors = { version = "4.0.0", features = ["supports-colors"] } newtype-uuid = { version = "1.1.0", features = ["v4"] } -nextest-metadata = { version = "0.10.0", path = "nextest-metadata" } +nextest-metadata = { version = "0.11.0", 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 273f0260726..9c1062ee703 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -28,7 +28,7 @@ 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-metadata = { version = "=0.10.0", path = "../nextest-metadata" } +nextest-metadata = { version = "=0.11.0", path = "../nextest-metadata" } once_cell = "1.19.0" owo-colors.workspace = true pathdiff = { version = "0.2.1", features = ["camino"] } diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 075d08c20d5..42000ade204 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -31,7 +31,7 @@ camino = "1.1.7" camino-tempfile = "1.1.1" cfg-if = "1.0.0" pathdiff = { version = "0.2.1", features = ["camino"] } -nextest-metadata = { version = "=0.10.0", path = "../nextest-metadata" } +nextest-metadata = { version = "=0.11.0", path = "../nextest-metadata" } once_cell = "1.19.0" regex = "1.10.4" serde_json = "1.0.117" diff --git a/nextest-metadata/Cargo.toml b/nextest-metadata/Cargo.toml index 0e4ecc95e53..9ffeee7ede1 100644 --- a/nextest-metadata/Cargo.toml +++ b/nextest-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nextest-metadata" -version = "0.10.0" +version = "0.11.0" 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 fba239bf126..1dd38bc0de5 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -91,7 +91,7 @@ self_update = { version = "0.39.0", optional = true, default-features = false, f ] } nextest-filtering = { version = "0.8.0", path = "../nextest-filtering" } -nextest-metadata = { version = "0.10.0", path = "../nextest-metadata" } +nextest-metadata = { version = "0.11.0", path = "../nextest-metadata" } quick-junit.workspace = true newtype-uuid.workspace = true console-subscriber = { version = "0.2.0", optional = true }