Skip to content

Commit

Permalink
Update cargo_metadata requirement from 0.15 to 0.17
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.0...0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and taiki-e committed Jul 24, 2023
1 parent 13c3af7 commit 558b367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resolver = "2"
[dependencies]
anyhow = "1.0.47"
camino = "1.0.3"
cargo_metadata = "0.15"
cargo_metadata = "0.17"
cargo-config2 = "0.1.5"
duct = "0.13.1"
fs-err = "2.5"
Expand Down

0 comments on commit 558b367

Please sign in to comment.