events: Upgrade pulldown-cmark

This commit is contained in:
Kévin Commaille 2025-02-20 15:04:16 +01:00 committed by June Clementine Strawberry
parent 7ae5c1e9da
commit 2fa2acb1d1

View file

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