chore: bump serde_yaml from 0.8.19 to 0.8.20 (#19464)

* chore: bump serde_yaml from 0.8.19 to 0.8.20

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

---
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 <you@example.com>
This commit is contained in:
dependabot[bot]
2021-08-27 09:33:08 -06:00
committed by GitHub
parent 355a23c8f6
commit db2be00289
7 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@ clap = "2.33.1"
chrono = "0.4"
serde = "1.0.129"
serde_json = "1.0.66"
serde_yaml = "0.8.19"
serde_yaml = "0.8.20"
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" }