events: Upgrade pulldown-cmark crate

This commit is contained in:
Kévin Commaille 2024-06-18 12:15:27 +02:00 committed by Kévin Commaille
parent b367e42bd0
commit 6347f547c1

View File

@ -66,7 +66,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.10.3", optional = true, default-features = false, features = ["html"] }
pulldown-cmark = { version = "0.11.0", 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 }