aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-02-16 22:54:48 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-02-16 23:24:00 +0100
commit5748c357d435b24848d1571df010d777859fede9 (patch)
tree868f7a4524b7ac6b31068c1252ced776ebe40a6a
parent0875d547a34cc95a979e1877469a9a420df22f53 (diff)
downloadaskama-5748c357d435b24848d1571df010d777859fede9.tar.gz
askama-5748c357d435b24848d1571df010d777859fede9.tar.bz2
askama-5748c357d435b24848d1571df010d777859fede9.zip
Bump askama, too
-rw-r--r--askama/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml
index 3dc305e..64468b2 100644
--- a/askama/Cargo.toml
+++ b/askama/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama"
-version = "0.11.0"
+version = "0.11.1"
description = "Type-safe, compiled Jinja-like templates for Rust"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
@@ -37,9 +37,9 @@ mime = []
mime_guess = []
[dependencies]
-askama_derive = { version = "0.11.0", path = "../askama_derive" }
+askama_derive = { version = "0.11.2", path = "../askama_derive" }
askama_escape = { version = "0.10", path = "../askama_escape" }
-askama_shared = { version = "0.12.0", path = "../askama_shared", default-features = false }
+askama_shared = { version = "0.12.1", path = "../askama_shared", default-features = false }
[package.metadata.docs.rs]
features = ["config", "humansize", "num-traits", "serde-json", "serde-yaml"]