Skip to content

Commit

Permalink
chore: bump cargo_metadata from 0.14.1 to 0.14.2 (solana-labs#23365)
Browse files Browse the repository at this point in the history
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](oli-obk/cargo_metadata@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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2022
1 parent 30dafc7 commit fe18ea3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/cargo-build-bpf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sdk/cargo-test-bpf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fe18ea3

Please sign in to comment.