Merge pull request #18 from michalvankodev/renovate/askama-0.x

Update Rust crate askama to 0.14
This commit is contained in:
2025-06-13 20:50:28 +02:00
committed by GitHub

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.12", features = ["with-axum", "mime", "mime_guess"] } askama = { version = "0.14", features = ["with-axum", "mime", "mime_guess"] }
askama_axum = "0.5.0" askama_axum = "0.5.0"
axum = "0.7.3" axum = "0.7.3"
chrono = { version = "0.4.31", features = ["serde"] } chrono = { version = "0.4.31", features = ["serde"] }