chore(deps): bump serde_yaml from 0.8.26 to 0.9.2

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

---
updated-dependencies:
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-01 14:05:01 +00:00
committed by جاد
parent ce2c55bbd8
commit 67b00fd06d
3 changed files with 12 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ paste = "1"
powershell_script = "1.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.8"
serde_yaml = "0.9"
uds_windows = "1"
[dependencies.windows]