From c44423d5cc5157fb7d6b02d03c9e4966305e6dc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 13:55:31 +0000 Subject: [PATCH] fix(deps): update rust crate pulldown-cmark to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e38cf6..80b22d7 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.9.3" +pulldown-cmark = "0.10.0"