fix(deps): update rust crate askama to 0.15

This commit is contained in:
renovate[bot]
2025-12-22 16:30:39 +00:00
committed by GitHub
parent 36bd8e429c
commit 2cbe8b82f4

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
askama = { version = "0.14" } askama = { version = "0.15" }
axum = "0.8.0" axum = "0.8.0"
chrono = { version = "0.4.31", features = ["serde"] } chrono = { version = "0.4.31", features = ["serde"] }
pulldown-cmark = { version = "0.13" } pulldown-cmark = { version = "0.13" }