From c65d20ec3f0be8d04b3d637f8cf099fb1d5d2d76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 17:39:27 +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 47590a1..ae079fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.21.2", features = ["extension-module"] } -pulldown-cmark = "0.10.3" +pulldown-cmark = "0.12.0"