From e511e323c41070a56332f13239820abf40378e3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 11:07:52 +0000 Subject: [PATCH] Update Rust crate pulldown-cmark to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b51d47a..492d152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ chrono = { version = "0.4", features = ["serde"] } bcrypt = "0.4.0" env_logger = "0.5.10" futures = "0.1.21" -pulldown-cmark = "0.1.2" +pulldown-cmark = "0.13.0" timeago = "0.2.0" openssl = "0.10" md5 = "0.6.0"