diff --git a/Cargo.lock b/Cargo.lock index 4fba4b4..ce3816d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,9 +514,9 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" +checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" dependencies = [ "bitflags 1.3.2", "getopts", diff --git a/Cargo.toml b/Cargo.toml index 894245f..36450f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ lazy_static = "1.4.0" matter = "0.1.0-alpha4" pathdiff = "0.2.1" percent-encoding = "2.3.0" -pulldown-cmark = "0.9.2" +pulldown-cmark = "0.9.3" pulldown-cmark-to-cmark = "11.0.0" rayon = "1.6.0" regex = "1.9.4"