Merge pull request #41 from zoni/dependabot/cargo/serde_yaml-0.8.21

Bump serde_yaml from 0.8.20 to 0.8.21
This commit is contained in:
Nick Groenen 2021-09-13 23:16:09 +02:00 committed by GitHub
commit 7f94766cce
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

@ -541,9 +541,9 @@ checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
[[package]]
name = "serde_yaml"
version = "0.8.20"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad104641f3c958dab30eb3010e834c2622d1f3f4c530fef1dee20ad9485f3c09"
checksum = "d8c608a35705a5d3cdc9fbe403147647ff34b921f8e833e49306df898f9b20af"
dependencies = [
"dtoa",
"indexmap",

View File

@ -36,7 +36,7 @@ pulldown-cmark = "0.8.0"
pulldown-cmark-to-cmark = "6.0.0"
rayon = "1.5.0"
regex = "1.5.3"
serde_yaml = "0.8.20"
serde_yaml = "0.8.21"
slug = "0.1.4"
snafu = "0.6.10"