diff --git a/Cargo.lock b/Cargo.lock index 14eb4eaeb3f..eadb1e133be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1509,7 +1509,7 @@ dependencies = [ [[package]] name = "nextest-metadata" -version = "0.9.1" +version = "0.9.2" dependencies = [ "camino", "nextest-workspace-hack", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 6c09b70c460..ceac9da38a2 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -28,7 +28,7 @@ itertools = "0.11.0" miette = { version = "5.10.0", features = ["fancy"] } nextest-filtering = { version = "=0.5.0", path = "../nextest-filtering" } nextest-runner = { version = "=0.46.0", path = "../nextest-runner" } -nextest-metadata = { version = "=0.9.1", path = "../nextest-metadata" } +nextest-metadata = { version = "=0.9.2", path = "../nextest-metadata" } once_cell = "1.18.0" owo-colors = { version = "3.5.0", features = ["supports-colors"] } pathdiff = { version = "0.2.1", features = ["camino"] } diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 0da19ae0730..f6a57924689 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -21,7 +21,7 @@ nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" } camino = "1.1.6" cfg-if = "1.0.0" pathdiff = { version = "0.2.1", features = ["camino"] } -nextest-metadata = { version = "=0.9.1", path = "../nextest-metadata" } +nextest-metadata = { version = "=0.9.2", path = "../nextest-metadata" } once_cell = "1.18.0" tempfile = "3.8.0" regex = "1.9.5" diff --git a/nextest-metadata/Cargo.toml b/nextest-metadata/Cargo.toml index 973175324f5..d6c2067893c 100644 --- a/nextest-metadata/Cargo.toml +++ b/nextest-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nextest-metadata" -version = "0.9.1" +version = "0.9.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 7e622b85e46..cf3df477d71 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -87,7 +87,7 @@ self_update = { version = "0.38.0", optional = true, default-features = false, f ] } nextest-filtering = { version = "0.5.0", path = "../nextest-filtering" } -nextest-metadata = { version = "0.9.1", path = "../nextest-metadata" } +nextest-metadata = { version = "0.9.2", path = "../nextest-metadata" } quick-junit = { version = "0.3.3", path = "../quick-junit" } uuid = { version = "1.4.1", features = ["v4"] } nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }