From dc00ffb636879a840dda320bdea91bd45665dcf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:38:15 +0000 Subject: [PATCH] Bump cargo_metadata from 0.17.0 to 0.18.0 Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md) - [Commits](https://github.com/oli-obk/cargo_metadata/compare/0.17.0...0.18.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++++++++++-- nextest-runner/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e8a52baedb..bf80c5151c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,6 +362,20 @@ dependencies = [ "thiserror", ] +[[package]] +name = "cargo_metadata" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb9ac64500cc83ce4b9f8dafa78186aa008c8dea77a09b94cd307fd0cd5022a8" +dependencies = [ + "camino", + "cargo-platform", + "semver", + "serde", + "serde_json", + "thiserror", +] + [[package]] name = "cc" version = "1.0.83" @@ -899,7 +913,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0831ad7ff3b6af88fdc493844f02f7ca0ccfe0852cdf19f8c80a0f6223d41fa3" dependencies = [ "camino", - "cargo_metadata", + "cargo_metadata 0.17.0", "cfg-if", "debug-ignore", "fixedbitset", @@ -1525,7 +1539,7 @@ dependencies = [ "bytes", "camino", "camino-tempfile", - "cargo_metadata", + "cargo_metadata 0.18.0", "cfg-if", "chrono", "color-eyre", diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 4a6555fda69..4a0d569641a 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -20,7 +20,7 @@ bytes = "1.5.0" camino = { version = "1.1.6", features = ["serde1"] } camino-tempfile = "1.0.2" config = { version = "0.13.3", default-features = false, features = ["toml"] } -cargo_metadata = "0.17.0" +cargo_metadata = "0.18.0" cfg-if = "1.0.0" chrono = "0.4.31" debug-ignore = "1.0.5"