Skip to content

Commit

Permalink
Update cargo_metadata requirement from 0.18.1 to 0.19.0
Browse files Browse the repository at this point in the history
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.18.1...0.19.0)

---
updated-dependencies:
- dependency-name: cargo_metadata
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 5f9f5dd commit 9be13ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcnb-package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE", "README.md"]
workspace = true

[dependencies]
cargo_metadata = "0.18.1"
cargo_metadata = "0.19.0"
ignore = "0.4.23"
indoc = "2.0.5"
libcnb-common.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion libcnb-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ proc-macro = true
workspace = true

[dependencies]
cargo_metadata = "0.18.1"
cargo_metadata = "0.19.0"
fancy-regex = { version = "0.14.0", default-features = false, features = ["std"] }
quote = "1.0.37"
syn = { version = "2.0.87", features = ["full"] }

0 comments on commit 9be13ff

Please sign in to comment.