aboutsummaryrefslogtreecommitdiffstats
path: root/askama_hyper
diff options
context:
space:
mode:
Diffstat (limited to 'askama_hyper')
-rw-r--r--askama_hyper/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_hyper/Cargo.toml b/askama_hyper/Cargo.toml
index dfdfbd0..113ca02 100644
--- a/askama_hyper/Cargo.toml
+++ b/askama_hyper/Cargo.toml
@@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.58"
[dependencies]
-askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-hyper"] }
+askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-hyper"] }
hyper = { version = "0.14", default-features = false }
[dev-dependencies]