chore: bump cargo_metadata from 0.12.0 to 0.13.1 (#17999)

* chore: bump cargo_metadata from 0.12.0 to 0.13.1

Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.12.0 to 0.13.1.
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Commits](https://github.com/oli-obk/cargo_metadata/commits)

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

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

* Accommodate type change

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot]
2021-06-16 17:50:22 +00:00
committed by GitHub
parent 71796f4951
commit d99b8f10d0
5 changed files with 36 additions and 19 deletions

View File

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