chore: bump serde_yaml from 0.8.13 to 0.8.17 (#18169)

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

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-23 09:44:34 -06:00 committed by GitHub
parent 69a5f0e6cd
commit d923ff9cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 10 deletions

8
Cargo.lock generated
View File

@ -3913,9 +3913,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.8.13"
version = "0.8.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae3e2dd40a7cdc18ca80db804b7f461a39bb721160a85c9a1fa30134bf3c02a5"
checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23"
dependencies = [
"dtoa",
"linked-hash-map",
@ -7200,9 +7200,9 @@ dependencies = [
[[package]]
name = "yaml-rust"
version = "0.4.3"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]

View File

@ -17,7 +17,7 @@ num-traits = "0.2"
rand = "0.7.0"
rayon = "1.5.1"
serde_json = "1.0.64"
serde_yaml = "0.8.13"
serde_yaml = "0.8.17"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-core = { path = "../core", version = "=1.8.0" }
solana-genesis = { path = "../genesis", version = "=1.8.0" }

View File

@ -14,7 +14,7 @@ clap = "2.33.1"
log = "0.4.11"
rayon = "1.5.1"
serde_json = "1.0.64"
serde_yaml = "0.8.13"
serde_yaml = "0.8.17"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-core = { path = "../core", version = "=1.8.0" }
solana-genesis = { path = "../genesis", version = "=1.8.0" }

View File

@ -14,7 +14,7 @@ dirs-next = "2.0.0"
lazy_static = "1.4.0"
serde = "1.0.126"
serde_derive = "1.0.103"
serde_yaml = "0.8.13"
serde_yaml = "0.8.17"
url = "2.1.1"
[package.metadata.docs.rs]

View File

@ -15,7 +15,7 @@ clap = "2.33.1"
chrono = "0.4"
serde = "1.0.126"
serde_json = "1.0.64"
serde_yaml = "0.8.13"
serde_yaml = "0.8.17"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-cli-config = { path = "../cli-config", version = "=1.8.0" }
solana-exchange-program = { path = "../programs/exchange", version = "=1.8.0" }

View File

@ -24,7 +24,7 @@ nix = "0.20.0"
reqwest = { version = "0.11.2", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
serde_yaml = "0.8.13"
serde_yaml = "0.8.17"
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

@ -22,7 +22,7 @@ log = { version = "0.4.11" }
regex = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.64"
serde_yaml = "0.8.13"
serde_yaml = "0.8.17"
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" }