From 0ea496b1381b639693cfc8ef7b32a3542a2b214d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 5 Sep 2024 12:47:03 +0200 Subject: [PATCH] events: Upgrade pulldown-cmark --- crates/ruma-events/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruma-events/Cargo.toml b/crates/ruma-events/Cargo.toml index 210e251b..c578f526 100644 --- a/crates/ruma-events/Cargo.toml +++ b/crates/ruma-events/Cargo.toml @@ -65,7 +65,7 @@ indexmap = { version = "2.0.0", features = ["serde"] } js_int = { workspace = true, features = ["serde"] } js_option = "0.1.0" percent-encoding = "2.1.0" -pulldown-cmark = { version = "0.11.0", optional = true, default-features = false, features = ["html"] } +pulldown-cmark = { version = "0.12.1", optional = true, default-features = false, features = ["html"] } regex = { version = "1.5.6", default-features = false, features = ["std", "perf"] } ruma-common = { workspace = true } ruma-html = { workspace = true, optional = true }