From 795b9df532de7a509df3bb0a6e6fe4c6e7ccf5cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 14:06:13 +0100 Subject: [PATCH] Update askama requirement from 0.11.0 to 0.12.0 (#610) Updates the requirements on [askama](https://github.com/djc/askama) to permit the latest version. - [Release notes](https://github.com/djc/askama/releases) - [Commits](https://github.com/djc/askama/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: askama dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/templating/askama/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }