Skip to content

Commit 4612cb7

Browse files
Update cargo_metadata requirement from 0.21.0 to 0.22.0 (#956)
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](oli-obk/cargo_metadata@0.21.0...0.22.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ab867f commit 4612cb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcnb-package/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE", "README.md"]
1515
workspace = true
1616

1717
[dependencies]
18-
cargo_metadata = "0.21.0"
18+
cargo_metadata = "0.22.0"
1919
ignore = "0.4.23"
2020
indoc = "2.0.6"
2121
libcnb-common.workspace = true

libcnb-proc-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proc-macro = true
1717
workspace = true
1818

1919
[dependencies]
20-
cargo_metadata = "0.21.0"
20+
cargo_metadata = "0.22.0"
2121
fancy-regex = { version = "0.16.0", default-features = false, features = ["std"] }
2222
quote = "1.0.40"
2323
syn = { version = "2.0.104", features = ["full"] }

0 commit comments

Comments
 (0)