diff --git a/Cargo.toml b/Cargo.toml index 43054ec..49e448e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" [dependencies] anyhow = "1.0.86" -askama = { version = "0.12.1", features = ["with-axum"] } +askama = { version = "0.15.0", features = ["with-axum"] } askama_axum = "0.4.0" async-trait = "0.1.80" axum = "0.7.5"