chore: bump serde_yaml from 0.8.18 to 0.8.19 (#19372)

* chore: bump serde_yaml from 0.8.18 to 0.8.19

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

---
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 <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2021-08-23 10:23:16 -06:00
committed by GitHub
parent f3ce5fa5e8
commit c721300ab5
7 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ clap = "2.33.1"
log = "0.4.14"
rayon = "1.5.1"
serde_json = "1.0.66"
serde_yaml = "0.8.18"
serde_yaml = "0.8.19"
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" }