diff --git a/examples/templating/askama/Cargo.toml b/examples/templating/askama/Cargo.toml index c1ded5a2..9e4b3c76 100644 --- a/examples/templating/askama/Cargo.toml +++ b/examples/templating/askama/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" [dependencies] gotham = { path = "../../../gotham" } -askama = { version = "0.11.0", default-features = false } +askama = { version = "0.12.0", default-features = false }