fix(deps): update rust crate pulldown-cmark to 0.13
Some checks are pending
Continuous Integration / Lint, Check & Test (push) Waiting to run
Continuous Integration / Build Package (push) Waiting to run

This commit is contained in:
Renovate Bot 2026-03-30 00:06:29 +00:00 committed by renovate-bot
parent a7579a7083
commit 3b2d8c7e63
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ serde = { version = "1", features = ["derive"] }
toml = "0.8"
thiserror = "2"
miette = { version = "7", features = ["fancy"] }
pulldown-cmark = "0.12"
pulldown-cmark = "0.13"
regex = "1"
once_cell = "1"
chrono = { version = "0.4", features = ["serde"] }