From 4e392f26fad3f6bf641d71a452117de0114e0c15 Mon Sep 17 00:00:00 2001 From: matthias_schaub Date: Mon, 6 Jan 2025 09:42:09 +1300 Subject: [PATCH] build: update pulldown-cmark to 0.12.2 --- components/libs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/libs/Cargo.toml b/components/libs/Cargo.toml index ea3c82463c..ae6ba8e4a6 100644 --- a/components/libs/Cargo.toml +++ b/components/libs/Cargo.toml @@ -21,7 +21,7 @@ nom-bibtex = "0.5" num-format = "0.4" once_cell = "1" percent-encoding = "2" -pulldown-cmark = { version = "0.11", default-features = false, features = ["html", "simd"] } +pulldown-cmark = { version = "0.12.2", default-features = false, features = ["html", "simd"] } pulldown-cmark-escape = { version = "0.11", default-features = false } quickxml_to_serde = "0.6" rayon = "1"