chore: bump cargo_metadata from 0.14.0 to 0.14.1 (#21042)
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:
parent
eea3fb327f
commit
d5104d95d1
|
@ -597,9 +597,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",
|
||||
|
|
|
@ -13,7 +13,7 @@ publish = false
|
|||
bzip2 = "0.4.3"
|
||||
clap = "2.33.3"
|
||||
regex = "1.5.4"
|
||||
cargo_metadata = "0.14.0"
|
||||
cargo_metadata = "0.14.1"
|
||||
solana-sdk = { path = "..", version = "=1.9.0" }
|
||||
solana-download-utils = { path = "../../download-utils", version = "=1.9.0" }
|
||||
tar = "0.4.37"
|
||||
|
|
|
@ -11,7 +11,7 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
clap = "2.33.3"
|
||||
cargo_metadata = "0.14.0"
|
||||
cargo_metadata = "0.14.1"
|
||||
|
||||
[[bin]]
|
||||
name = "cargo-test-bpf"
|
||||
|
|
Loading…
Reference in New Issue