From 9a9092154c64b05d49ce5740c2b0545eba5d0322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 09:41:57 +0000 Subject: [PATCH] fix(deps): update rust crate pulldown-cmark to 0.10.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ef26c3..b6208cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.20.0", features = ["extension-module"] } -pulldown-cmark = "0.10.2" +pulldown-cmark = "0.10.3"