updated markdown library to latest

This commit is contained in:
Dave
2026-02-25 17:22:53 +00:00
parent c6ab75288f
commit c7dda39e96
2 changed files with 5 additions and 3 deletions

View File

@@ -33,4 +33,6 @@ matrix-sdk = { version = "0.16.0", default-features = false, features = [
"native-tls",
"sqlite",
] }
pulldown-cmark = { version = "0.12", default-features = false, features = ["html"] }
pulldown-cmark = { version = "0.13.1", default-features = false, features = [
"html",
] }