From 5748c357d435b24848d1571df010d777859fede9 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 16 Feb 2022 22:54:48 +0100 Subject: Bump askama, too --- askama/Cargo.toml | 6 +++--- 1 file 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"] -- cgit