Skip to content

Commit

Permalink
Bump cargo_metadata from 0.18.1 to 0.19.1
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.1.
- [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.1)

---
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 Dec 4, 2024
1 parent a6f770f commit bb5575e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 10 deletions.
52 changes: 43 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ vergen-gitcl = { version = "1.0", features = ["cargo"] }
[dependencies]
# crates.io
anyhow = { version = "1.0" }
cargo_metadata = { version = "0.18" }
cargo_metadata = { version = "0.19" }
clap = { version = "4.5", features = ["derive"] }
color-eyre = { version = "0.6" }
fxhash = { version = "0.2" }
Expand Down

0 comments on commit bb5575e

Please sign in to comment.