updated markdown library to latest
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
] }
|
||||||
|
|||||||
Reference in New Issue
Block a user