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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 0a8e9a1 commit 7db900f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -10,7 +10,7 @@ repository = "https://github.com/trailofbits/cargo-line-test"
[dependencies]
anyhow = "1.0"
assert_cmd = "2.0"
cargo_metadata = "0.18"
cargo_metadata = "0.19"
clap = { version = "4.5", features = ["cargo", "derive", "wrap_help"] }
ctrlc = "3.4"
unidiff = "0.3"
Expand Down

0 comments on commit 7db900f

Please sign in to comment.