Skip to content

Commit

Permalink
Bump cargo_metadata from 0.18.0 to 0.18.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.0 to 0.18.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.0...0.18.1)

---
updated-dependencies:
- dependency-name: cargo_metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 13, 2023
1 parent 5054d84 commit 9aa5d67
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 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.75"
blake2 = "0.10.6"
cargo_metadata = "0.18.0"
cargo_metadata = "0.18.1"
colored = "2.0.4"
clap = { version = "4.4.6", features = ["derive", "env"] }
duct = "0.13.6"
Expand Down

0 comments on commit 9aa5d67

Please sign in to comment.