Bump serde_yaml from 0.8.8 to 0.8.9 (#4127)

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-05-03 19:45:09 -07:00
committed by Michael Vines
parent 3ef961fe37
commit 6b3384c205
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ reqwest = "0.9.16"
ring = "0.13.2"
serde = "1.0.90"
serde_derive = "1.0.90"
serde_yaml = "0.8.8"
serde_yaml = "0.8.9"
solana-client = { path = "../client", version = "0.15.0" }
solana-config-api = { path = "../programs/config_api", version = "0.15.0" }
solana-logger = { path = "../logger", version = "0.15.0" }