Merge pull request #38 from zoni/dependabot/cargo/serde_yaml-0.8.20

Bump serde_yaml from 0.8.19 to 0.8.20
This commit is contained in:
Nick Groenen 2021-08-31 20:01:23 +02:00 committed by GitHub
commit 481c62b78d
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 = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
[[package]]
name = "serde_yaml"
version = "0.8.19"
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6375dbd828ed6964c3748e4ef6d18e7a175d408ffe184bca01698d0c73f915a9"
checksum = "ad104641f3c958dab30eb3010e834c2622d1f3f4c530fef1dee20ad9485f3c09"
dependencies = [
"dtoa",
"indexmap",

View File

@ -35,7 +35,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.19"
serde_yaml = "0.8.20"
slug = "0.1.4"
snafu = "0.6.10"