chore: bump cargo_metadata from 0.14.1 to 0.14.2 (#23365)

Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.14.1 to 0.14.2.
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Commits](https://github.com/oli-obk/cargo_metadata/compare/0.14.1...0.14.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-02-28 05:46:47 +00:00 committed by GitHub
parent 30dafc7135
commit fe18ea35a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

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

View File

@ -13,7 +13,7 @@ publish = false
bzip2 = "0.4.3"
clap = "2.33.3"
regex = "1.5.4"
cargo_metadata = "0.14.1"
cargo_metadata = "0.14.2"
solana-sdk = { path = "..", version = "=1.10.0" }
solana-download-utils = { path = "../../download-utils", version = "=1.10.0" }
tar = "0.4.38"

View File

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