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