Bump serde_yaml from 0.8.12 to 0.8.13

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-10 09:12:58 +00:00
committed by Michael Vines
parent a13b72c59c
commit e5a2c75fab
10 changed files with 11 additions and 11 deletions

View File

@ -23,7 +23,7 @@ nix = "0.17.0"
reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = "1.0.111"
serde_derive = "1.0.103"
serde_yaml = "0.8.12"
serde_yaml = "0.8.13"
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
solana-client = { path = "../client", version = "1.3.0" }
solana-config-program = { path = "../programs/config", version = "1.3.0" }