chore: bump serde_yaml from 0.8.20 to 0.8.21 (#19820)

* chore: bump serde_yaml from 0.8.20 to 0.8.21

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

---
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] 2021-09-13 15:50:33 +00:00 committed by GitHub
parent a5e0099e87
commit 36f870a7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View File

@ -3919,9 +3919,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.8.20"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad104641f3c958dab30eb3010e834c2622d1f3f4c530fef1dee20ad9485f3c09"
checksum = "d8c608a35705a5d3cdc9fbe403147647ff34b921f8e833e49306df898f9b20af"
dependencies = [
"dtoa",
"indexmap",

View File

@ -13,7 +13,7 @@ clap = "2.33.1"
log = "0.4.14"
rayon = "1.5.1"
serde_json = "1.0.67"
serde_yaml = "0.8.20"
serde_yaml = "0.8.21"
solana-core = { path = "../core", version = "=1.8.0" }
solana-genesis = { path = "../genesis", version = "=1.8.0" }
solana-client = { path = "../client", version = "=1.8.0" }

View File

@ -14,7 +14,7 @@ dirs-next = "2.0.0"
lazy_static = "1.4.0"
serde = "1.0.130"
serde_derive = "1.0.103"
serde_yaml = "0.8.20"
serde_yaml = "0.8.21"
url = "2.2.2"
[package.metadata.docs.rs]

View File

@ -14,7 +14,7 @@ base64 = "0.12.3"
clap = "2.33.1"
serde = "1.0.130"
serde_json = "1.0.67"
serde_yaml = "0.8.20"
serde_yaml = "0.8.21"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-cli-config = { path = "../cli-config", version = "=1.8.0" }
solana-entry = { path = "../entry", version = "=1.8.0" }

View File

@ -23,7 +23,7 @@ lazy_static = "1.4.0"
nix = "0.20.0"
reqwest = { version = "0.11.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = { version = "1.0.130", features = ["derive"] }
serde_yaml = "0.8.20"
serde_yaml = "0.8.21"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-client = { path = "../client", version = "=1.8.0" }
solana-config-program = { path = "../programs/config", version = "=1.8.0" }

View File

@ -20,7 +20,7 @@ log = { version = "0.4.14" }
regex = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.67"
serde_yaml = "0.8.20"
serde_yaml = "0.8.21"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-cli-output = { path = "../cli-output", version = "=1.8.0" }
solana-core = { path = "../core", version = "=1.8.0" }

View File

@ -2307,9 +2307,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.8.20"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad104641f3c958dab30eb3010e834c2622d1f3f4c530fef1dee20ad9485f3c09"
checksum = "d8c608a35705a5d3cdc9fbe403147647ff34b921f8e833e49306df898f9b20af"
dependencies = [
"dtoa",
"indexmap",