From 0c1a3dbe0bd6721a2fa4274ad3bcab189468af74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 11:26:06 +0000 Subject: [PATCH] fix(deps): update rust crate pulldown-cmark to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d23138..e2ba6ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ gumdrop = "0.8.1" ignore = "0.4.22" pathdiff = "0.2.1" percent-encoding = "2.3.1" -pulldown-cmark = "0.11.0" +pulldown-cmark = "0.12.0" pulldown-cmark-to-cmark = "15.0.0" rayon = "1.10.0" regex = "1.10.5"