Merge pull request #11 from michalvankodev/renovate/pulldown-cmark-0.x
Some checks failed
test / cargo test (push) Failing after 1m34s

Update Rust crate pulldown-cmark to 0.12
This commit is contained in:
Michal Vanko 2024-11-08 10:33:37 +01:00 committed by GitHub
commit 5338dcd0ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ askama = { version = "0.12", features = ["with-axum", "mime", "mime_guess"] }
askama_axum = "0.4.0"
axum = "0.7.3"
chrono = { version = "0.4.31", features = ["serde"] }
pulldown-cmark = { version = "0.10" }
pulldown-cmark = { version = "0.12" }
gray_matter = "0.2.6"
rss = "2.0.7"
serde = "1.0.195"