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

4
Cargo.lock generated
View File

@@ -2768,9 +2768,9 @@ dependencies = [
[[package]] [[package]]
name = "pulldown-cmark" name = "pulldown-cmark"
version = "0.12.2" version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" checksum = "83c41efbf8f90ac44de7f3a868f0867851d261b56291732d0cbf7cceaaeb55a6"
dependencies = [ dependencies = [
"bitflags 2.11.0", "bitflags 2.11.0",
"memchr", "memchr",

View File

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