Bump serde_yaml from 0.9.22 to 0.9.25 (#32576)

* Bump serde_yaml from 0.9.22 to 0.9.25

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

---
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] 2023-07-21 13:45:43 +00:00 committed by GitHub
parent 1e8fc573ce
commit 9553302052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

14
Cargo.lock generated
View File

@ -4856,9 +4856,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.22"
version = "0.9.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85"
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
dependencies = [
"indexmap 2.0.0",
"itoa",
@ -5289,7 +5289,7 @@ dependencies = [
"rand 0.7.3",
"rayon",
"serde_json",
"serde_yaml 0.9.22",
"serde_yaml 0.9.25",
"serial_test",
"solana-clap-utils",
"solana-cli-config",
@ -5527,7 +5527,7 @@ dependencies = [
"lazy_static",
"serde",
"serde_derive",
"serde_yaml 0.9.22",
"serde_yaml 0.9.25",
"solana-clap-utils",
"solana-sdk",
"url 2.4.0",
@ -5917,7 +5917,7 @@ dependencies = [
"itertools",
"serde",
"serde_json",
"serde_yaml 0.9.22",
"serde_yaml 0.9.25",
"solana-clap-utils",
"solana-cli-config",
"solana-entry",
@ -6046,7 +6046,7 @@ dependencies = [
"semver 1.0.17",
"serde",
"serde_yaml 0.8.26",
"serde_yaml 0.9.22",
"serde_yaml 0.9.25",
"solana-clap-utils",
"solana-config-program",
"solana-logger",
@ -7287,7 +7287,7 @@ dependencies = [
"rayon",
"serde",
"serde_json",
"serde_yaml 0.9.22",
"serde_yaml 0.9.25",
"signal-hook",
"solana-account-decoder",
"solana-clap-utils",

View File

@ -282,7 +282,7 @@ serde = "1.0.171"
serde_bytes = "0.11.11"
serde_derive = "1.0.103"
serde_json = "1.0.103"
serde_yaml = "0.9.22"
serde_yaml = "0.9.25"
serial_test = "0.9.0"
serde_with = { version = "2.3.3", default-features = false }
sha2 = "0.10.7"

View File

@ -4329,9 +4329,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.22"
version = "0.9.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85"
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
dependencies = [
"indexmap 2.0.0",
"itoa",