From 3ac95b162207269421d9cb5333fd8b98bd702768 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:03:12 +0000 Subject: [PATCH] chore(deps): update rust crate pulldown-cmark to 0.13.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ccd9e07cc..5b1203f47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3145,9 +3145,9 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.12.2" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" +checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0" dependencies = [ "bitflags", "memchr", diff --git a/Cargo.toml b/Cargo.toml index d42f53656..5f2925e97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ pathdiff = "0.2.3" percent-encoding = "2.3.1" pkg-config = "0.3.31" proptest = "1.6.0" -pulldown-cmark = { version = "0.12.2", default-features = false, features = ["html"] } +pulldown-cmark = { version = "0.13.0", default-features = false, features = ["html"] } rand = "0.9.0" regex = "1.11.1" rusqlite = { version = "0.33.0", features = ["bundled"] }