chore: bump cargo_metadata from 0.13.1 to 0.14.0 (#18544)

Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.13.1 to 0.14.0.
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Commits](https://github.com/oli-obk/cargo_metadata/compare/v0.13.1...v0.14.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-07-09 16:28:24 +00:00
committed by GitHub
parent f96de208e2
commit 31443c5c61
3 changed files with 9 additions and 41 deletions

View File

@ -13,7 +13,7 @@ publish = false
bzip2 = "0.4.3"
clap = "2.33.3"
regex = "1.5.4"
cargo_metadata = "0.13.1"
cargo_metadata = "0.14.0"
solana-sdk = { path = "..", version = "=1.8.0" }
solana-download-utils = { path = "../../download-utils", version = "=1.8.0" }
tar = "0.4.35"

View File

@ -11,7 +11,7 @@ publish = false
[dependencies]
clap = "2.33.3"
cargo_metadata = "0.13.1"
cargo_metadata = "0.14.0"
[[bin]]
name = "cargo-test-bpf"