fix(deps): update rust crate pulldown-cmark to 0.13
This commit is contained in:
parent
a7579a7083
commit
3b2d8c7e63
2 changed files with 3 additions and 3 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue