Skip to content

Commit

Permalink
Bump cargo_metadata from 0.18.1 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.18.1 to 0.19.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 767a877 commit ebc4a88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", "build.rs", "tem
regex = "1"
anyhow = "1.0.83"
blake2 = "0.10.6"
cargo_metadata = "0.18.1"
cargo_metadata = "0.19.0"
colored = "2.1.0"
clap = { version = "4.5.4", features = ["derive", "env"] }
duct = "0.13.7"
Expand Down

0 comments on commit ebc4a88

Please sign in to comment.