From 84eef8250a7bf09b7bc84a201e817946e9249297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:25:42 +0000 Subject: [PATCH] Update cargo_metadata requirement from 0.18.1 to 0.19.1 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.18.1...0.19.1) --- updated-dependencies: - dependency-name: cargo_metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 fa67460b..f4e2ecd2 100644 --- a/libcnb-package/Cargo.toml +++ b/libcnb-package/Cargo.toml @@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE", "README.md"] workspace = true [dependencies] -cargo_metadata = "0.18.1" +cargo_metadata = "0.19.1" ignore = "0.4.23" indoc = "2.0.5" libcnb-common.workspace = true diff --git a/libcnb-proc-macros/Cargo.toml b/libcnb-proc-macros/Cargo.toml index 3dbe78fe..9ac01cc0 100644 --- a/libcnb-proc-macros/Cargo.toml +++ b/libcnb-proc-macros/Cargo.toml @@ -17,7 +17,7 @@ proc-macro = true workspace = true [dependencies] -cargo_metadata = "0.18.1" +cargo_metadata = "0.19.1" fancy-regex = { version = "0.14.0", default-features = false, features = ["std"] } quote = "1.0.37" syn = { version = "2.0.87", features = ["full"] }