diff --git a/Cargo.lock b/Cargo.lock index ff43691..fc07f0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index b714e83..d76d0fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"