Skip to content

Commit

Permalink
build(deps): update cargo_metadata requirement from 0.15.3 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.15.3...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 18, 2023
1 parent a9e7e96 commit ecdc94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.69"
cargo_metadata = "0.15.3"
cargo_metadata = "0.18.0"
clap = "4.1.6"
semver = "1.0.16"
toml_edit = "0.19.3"

0 comments on commit ecdc94a

Please sign in to comment.