chore(deps): bump cargo_metadata from 0.15.1 to 0.15.2 (#1878)

Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.15.1 to 0.15.2.
- [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/v0.15.1...v0.15.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-22 13:16:56 -08:00 committed by GitHub
parent fa96f4ef10
commit c17c0c3c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -420,9 +420,9 @@ dependencies = [
[[package]]
name = "cargo_metadata"
version = "0.15.1"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "406c859255d568f4f742b3146d51851f3bfd49f734a2c289d9107c4395ee0062"
checksum = "982a0cf6a99c350d7246035613882e376d58cebe571785abc5da4f648d53ac0a"
dependencies = [
"camino",
"cargo-platform",

View File

@ -36,7 +36,7 @@ unicode-xid = "0.2.4"
strum = { version = "0.24", features = ["derive"] }
# macros feature enabled dependencies
cargo_metadata = { version = "0.15.1", optional = true }
cargo_metadata = { version = "0.15.2", optional = true }
# eip712 feature enabled dependencies
convert_case = { version = "0.6.0", optional = true }