build(deps): bump serde_yaml from 0.9.27 to 0.9.28 (#34560)

* build(deps): bump serde_yaml from 0.9.27 to 0.9.28

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

---
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-12-21 20:54:11 +08:00 committed by GitHub
parent 6911c30498
commit 1358c19397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 14 deletions

18
Cargo.lock generated
View File

@ -4980,9 +4980,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.27"
version = "0.9.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c"
checksum = "9269cfafc7e0257ee4a42f3f68a307f458c63d9e7c8ba4b58c5d15f1b7d7e8d3"
dependencies = [
"indexmap 2.1.0",
"itoa",
@ -5495,7 +5495,7 @@ dependencies = [
"rand 0.8.5",
"rayon",
"serde_json",
"serde_yaml 0.9.27",
"serde_yaml 0.9.28",
"serial_test",
"solana-clap-utils",
"solana-cli-config",
@ -5765,7 +5765,7 @@ dependencies = [
"lazy_static",
"serde",
"serde_derive",
"serde_yaml 0.9.27",
"serde_yaml 0.9.28",
"solana-clap-utils",
"solana-sdk",
"url 2.5.0",
@ -6157,7 +6157,7 @@ dependencies = [
"itertools",
"serde",
"serde_json",
"serde_yaml 0.9.27",
"serde_yaml 0.9.28",
"solana-accounts-db",
"solana-clap-utils",
"solana-cli-config",
@ -6290,7 +6290,7 @@ dependencies = [
"semver 1.0.20",
"serde",
"serde_yaml 0.8.26",
"serde_yaml 0.9.27",
"serde_yaml 0.9.28",
"solana-clap-utils",
"solana-config-program",
"solana-logger",
@ -7598,7 +7598,7 @@ dependencies = [
"rayon",
"serde",
"serde_json",
"serde_yaml 0.9.27",
"serde_yaml 0.9.28",
"signal-hook",
"solana-account-decoder",
"solana-accounts-db",
@ -8896,9 +8896,9 @@ dependencies = [
[[package]]
name = "unsafe-libyaml"
version = "0.2.8"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6"
checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
[[package]]
name = "untrusted"

View File

@ -298,7 +298,7 @@ serde_bytes = "0.11.12"
serde_derive = "1.0.103"
serde_json = "1.0.108"
serde_with = { version = "2.3.3", default-features = false }
serde_yaml = "0.9.27"
serde_yaml = "0.9.28"
serial_test = "2.0.0"
sha2 = "0.10.8"
sha3 = "0.10.4"

View File

@ -4418,9 +4418,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.27"
version = "0.9.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c"
checksum = "9269cfafc7e0257ee4a42f3f68a307f458c63d9e7c8ba4b58c5d15f1b7d7e8d3"
dependencies = [
"indexmap 2.1.0",
"itoa",
@ -7751,9 +7751,9 @@ dependencies = [
[[package]]
name = "unsafe-libyaml"
version = "0.2.8"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6"
checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
[[package]]
name = "untrusted"