From 0dd235279e23d8ed13c12d6c1c26fba2789cd61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:46:48 +0000 Subject: [PATCH] Bump pulldown-cmark from 0.9.2 to 0.9.3 (#165) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"