From ff087b0577f3838895075e88e6caaeab5d1530e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 18:27:55 +0000 Subject: [PATCH] Update Rust crate pulldown-cmark to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8dccadb..edab919 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ askama = { version = "0.12", features = ["with-axum", "mime", "mime_guess"] } askama_axum = "0.4.0" axum = "0.7.3" chrono = { version = "0.4.31", features = ["serde"] } -pulldown-cmark = { version = "0.12" } +pulldown-cmark = { version = "0.13" } gray_matter = "0.2.6" rss = "2.0.7" serde = "1.0.195"