chore(deps): update rust crate pulldown-cmark to 0.13.0

This commit is contained in:
renovate[bot] 2025-03-01 02:03:12 +00:00 committed by GitHub
parent e79bac1951
commit 3ac95b1622
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3145,9 +3145,9 @@ dependencies = [
[[package]]
name = "pulldown-cmark"
version = "0.12.2"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
dependencies = [
"bitflags",
"memchr",

View File

@ -76,7 +76,7 @@ pathdiff = "0.2.3"
percent-encoding = "2.3.1"
pkg-config = "0.3.31"
proptest = "1.6.0"
pulldown-cmark = { version = "0.12.2", default-features = false, features = ["html"] }
pulldown-cmark = { version = "0.13.0", default-features = false, features = ["html"] }
rand = "0.9.0"
regex = "1.11.1"
rusqlite = { version = "0.33.0", features = ["bundled"] }