From ca3faf73897d50928db16bb5bc84c83ab23f5773 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 28 Aug 2024 08:51:06 -0400 Subject: [PATCH] Update pulldown-cmark to 0.12.0 --- cursive-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursive-core/Cargo.toml b/cursive-core/Cargo.toml index aaee9e2f..8041b0ed 100644 --- a/cursive-core/Cargo.toml +++ b/cursive-core/Cargo.toml @@ -57,7 +57,7 @@ version = "0.4" [dependencies.pulldown-cmark] default-features = false optional = true -version = "0.11" +version = "0.12" [features] default = []