build(deps): bump serde_yaml from 0.9.31 to 0.9.32 (#35231)

* build(deps): bump serde_yaml from 0.9.31 to 0.9.32

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.31 to 0.9.32.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.31...0.9.32)

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

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

* [auto-commit] Update all Cargo lock files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2024-02-19 21:47:43 +08:00 committed by GitHub
parent 8397c5cd69
commit 6810068e11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

14
Cargo.lock generated
View File

@ -4864,9 +4864,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.31"
version = "0.9.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e"
checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f"
dependencies = [
"indexmap 2.2.3",
"itoa",
@ -5380,7 +5380,7 @@ dependencies = [
"rand 0.8.5",
"rayon",
"serde_json",
"serde_yaml 0.9.31",
"serde_yaml 0.9.32",
"serial_test",
"solana-clap-utils",
"solana-cli-config",
@ -5650,7 +5650,7 @@ dependencies = [
"lazy_static",
"serde",
"serde_derive",
"serde_yaml 0.9.31",
"serde_yaml 0.9.32",
"solana-clap-utils",
"solana-sdk",
"url 2.5.0",
@ -6041,7 +6041,7 @@ dependencies = [
"itertools",
"serde",
"serde_json",
"serde_yaml 0.9.31",
"serde_yaml 0.9.32",
"solana-accounts-db",
"solana-clap-utils",
"solana-cli-config",
@ -6174,7 +6174,7 @@ dependencies = [
"semver 1.0.22",
"serde",
"serde_yaml 0.8.26",
"serde_yaml 0.9.31",
"serde_yaml 0.9.32",
"solana-clap-utils",
"solana-config-program",
"solana-logger",
@ -7516,7 +7516,7 @@ dependencies = [
"rayon",
"serde",
"serde_json",
"serde_yaml 0.9.31",
"serde_yaml 0.9.32",
"signal-hook",
"solana-account-decoder",
"solana-accounts-db",

View File

@ -298,7 +298,7 @@ serde_bytes = "0.11.14"
serde_derive = "1.0.103"
serde_json = "1.0.113"
serde_with = { version = "2.3.3", default-features = false }
serde_yaml = "0.9.31"
serde_yaml = "0.9.32"
serial_test = "2.0.0"
sha2 = "0.10.8"
sha3 = "0.10.4"

View File

@ -4313,9 +4313,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.31"
version = "0.9.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e"
checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f"
dependencies = [
"indexmap 2.2.3",
"itoa",