Bump serde_yaml from 0.9.14 to 0.9.17

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-23 19:01:32 +00:00 committed by GitHub
parent 80130260e9
commit cac2989cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -646,9 +646,9 @@ checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
[[package]]
name = "serde_yaml"
version = "0.9.14"
version = "0.9.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d232d893b10de3eb7258ff01974d6ee20663d8e833263c99409d4b13a0209da"
checksum = "8fb06d4b6cdaef0e0c51fa881acb721bed3c924cfaa71d9c94a3b771dfdf6567"
dependencies = [
"indexmap",
"itoa",

View File

@ -36,7 +36,7 @@ pulldown-cmark = "0.9.2"
pulldown-cmark-to-cmark = "10.0.4"
rayon = "1.6.0"
regex = "1.7.0"
serde_yaml = "0.9.14"
serde_yaml = "0.9.17"
slug = "0.1.4"
snafu = "0.7.3"
unicode-normalization = "0.1.22"