Bump cargo_metadata from 0.15.0 to 0.15.4 (#31368)

Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.15.0 to 0.15.4.
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](oli-obk/cargo_metadata@0.15.0...0.15.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: illia.bobyr@solana.com
This commit is contained in:
dependabot[bot] 2023-04-27 19:11:29 -07:00 committed by GitHub
parent bc19918809
commit 4909c76ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -919,15 +919,16 @@ dependencies = [
[[package]]
name = "cargo_metadata"
version = "0.15.0"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3abb7553d5b9b8421c6de7cb02606ff15e0c6eea7d8eadd75ef013fd636bec36"
checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
dependencies = [
"camino",
"cargo-platform",
"semver 1.0.16",
"serde",
"serde_json",
"thiserror",
]
[[package]]

View File

@ -154,7 +154,7 @@ byteorder = "1.4.3"
bytes = "1.2"
bzip2 = "0.4.4"
caps = "0.5.5"
cargo_metadata = "0.15.0"
cargo_metadata = "0.15.4"
cc = "1.0.79"
chrono = { version = "0.4.24", default-features = false }
chrono-humanize = "0.2.2"