fix(deps): update rust crate pulldown-cmark to 0.13
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 2m44s
Continuous Integration / Build Package (push) Successful in 3m26s

This commit is contained in:
Renovate Bot 2026-03-30 00:06:29 +00:00
parent 8d07a86fc4
commit 99f348c0c7
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"] }