build(deps): update cargo_metadata requirement from 0.17.0 to 0.18.0

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](https://github.com/oli-obk/cargo_metadata/compare/0.17.0...0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/788/head
dependabot[bot] 1 year ago committed by GitHub
parent 96c8bc9fa5
commit e0880316c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ aya-tool = { path = "aya-tool", default-features = false }
bindgen = { version = "0.68", default-features = false }
bitflags = { version = "2.2.1", default-features = false }
bytes = { version = "1", default-features = false }
cargo_metadata = { version = "0.17.0", default-features = false }
cargo_metadata = { version = "0.18.0", default-features = false }
clap = { version = "4", default-features = false }
core-error = { version = "0.0.0", default-features = false }
dialoguer = { version = "0.10", default-features = false }

Loading…
Cancel
Save