diff --git a/Cargo.lock b/Cargo.lock index 796f679..19cde71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 4d27560..377c124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"