Bump serde_yaml from 0.8.9 to 0.8.11 (#6246)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-04 19:33:45 -06:00
committed by Greg Fitzgerald
parent fb39bd45d7
commit 896351e0e8
7 changed files with 14 additions and 14 deletions

View File

@ -25,7 +25,7 @@ reqwest = { version = "0.9.21", default-features = false, features = ["rustls-tl
serde = "1.0.101"
serde_derive = "1.0.101"
serde_json = "1.0.41"
serde_yaml = "0.8.9"
serde_yaml = "0.8.11"
solana-budget-api = { path = "../programs/budget_api", version = "0.20.0" }
solana-client = { path = "../client", version = "0.20.0" }
solana-config-api = { path = "../programs/config_api", version = "0.20.0" }