chore: bump serde_yaml from 0.8.24 to 0.8.26 (#26761)

* chore: bump serde_yaml from 0.8.24 to 0.8.26

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

---
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

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] 2022-07-25 18:39:18 +00:00 committed by GitHub
parent f7ebaa76ba
commit 21c7160f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

@ -4273,9 +4273,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.8.24"
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707d15895415db6628332b737c838b88c598522e4dc70647e59b72312924aebc"
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [
"indexmap",
"ryu",

View File

@ -14,7 +14,7 @@ crossbeam-channel = "0.5"
log = "0.4.17"
rayon = "1.5.3"
serde_json = "1.0.81"
serde_yaml = "0.8.24"
serde_yaml = "0.8.26"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.4" }
solana-cli-config = { path = "../cli-config", version = "=1.11.4" }
solana-client = { path = "../client", version = "=1.11.4" }

View File

@ -14,7 +14,7 @@ dirs-next = "2.0.0"
lazy_static = "1.4.0"
serde = "1.0.138"
serde_derive = "1.0.103"
serde_yaml = "0.8.24"
serde_yaml = "0.8.26"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.4" }
solana-sdk = { path = "../sdk", version = "=1.11.4" }
url = "2.2.2"

View File

@ -14,7 +14,7 @@ base64 = "0.13.0"
clap = "2.33.1"
serde = "1.0.138"
serde_json = "1.0.81"
serde_yaml = "0.8.24"
serde_yaml = "0.8.26"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.4" }
solana-cli-config = { path = "../cli-config", version = "=1.11.4" }
solana-entry = { path = "../entry", version = "=1.11.4" }

View File

@ -25,7 +25,7 @@ nix = "0.24.2"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
semver = "1.0.10"
serde = { version = "1.0.138", features = ["derive"] }
serde_yaml = "0.8.24"
serde_yaml = "0.8.26"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.4" }
solana-client = { path = "../client", version = "=1.11.4" }
solana-config-program = { path = "../programs/config", version = "=1.11.4" }

View File

@ -3805,9 +3805,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.8.24"
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707d15895415db6628332b737c838b88c598522e4dc70647e59b72312924aebc"
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [
"indexmap",
"ryu",