Skip to content

Commit

Permalink
Update cargo_metadata requirement from 0.17.0 to 0.18.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.17.0...0.18.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2023
1 parent c7b2b6a commit 347229d
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 @@ -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
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 @@ -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"] }

0 comments on commit 347229d

Please sign in to comment.