chore(deps): bump cargo_metadata from 0.14.0 to 0.14.1 (#563)

Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Commits](https://github.com/oli-obk/cargo_metadata/compare/v0.14.0...0.14.1)

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

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] 2021-11-08 09:44:04 +00:00 committed by GitHub
parent 7ad4d28ae3
commit 3d45a842b9
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

@ -371,9 +371,9 @@ dependencies = [
[[package]]
name = "cargo_metadata"
version = "0.14.0"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
checksum = "ba2ae6de944143141f6155a473a6b02f66c7c3f9f47316f802f80204ebfe6e12"
dependencies = [
"camino",
"cargo-platform",

View File

@ -32,7 +32,7 @@ hex = { version = "0.4.3", default-features = false, features = ["std"] }
once_cell = "1.8.0"
# macros feature enabled dependencies
cargo_metadata = { version = "0.14.0", optional = true }
cargo_metadata = { version = "0.14.1", optional = true }
# eip712 feature enabled dependencies
convert_case = { version = "0.4.0", optional = true }