From 768a1e957a9503b4c7907758a9d541a372418a49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 15:22:15 +0100 Subject: [PATCH] Update cargo_metadata requirement from 0.17.0 to 0.18.0 (#687) Updates the requirements on [cargo_metadata](https://github.com/oli-obk/cargo_metadata) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libcnb-package/Cargo.toml | 2 +- libcnb-proc-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcnb-package/Cargo.toml b/libcnb-package/Cargo.toml index f60779e5..1f9b3fa4 100644 --- a/libcnb-package/Cargo.toml +++ b/libcnb-package/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" include = ["src/**/*", "LICENSE", "README.md"] [dependencies] -cargo_metadata = "0.17.0" +cargo_metadata = "0.18.0" ignore = "0.4" libcnb-common.workspace = true libcnb-data.workspace = true diff --git a/libcnb-proc-macros/Cargo.toml b/libcnb-proc-macros/Cargo.toml index a9bdec3f..51566eb1 100644 --- a/libcnb-proc-macros/Cargo.toml +++ b/libcnb-proc-macros/Cargo.toml @@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE", "README.md"] proc-macro = true [dependencies] -cargo_metadata = "0.17.0" +cargo_metadata = "0.18.0" fancy-regex = { version = "0.11.0", default-features = false } quote = "1.0.33" syn = { version = "2.0.29", features = ["full"] }