mirror of
https://github.com/girlbossceo/ruwuma.git
synced 2025-04-29 14:59:52 -04:00
events: Upgrade pulldown-cmark
This commit is contained in:
parent
7ae5c1e9da
commit
2fa2acb1d1
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Reference in a new issue