From 16d5f11258f27002755b41f53f4ecf320481f232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:55:28 +0000 Subject: [PATCH] build(deps): bump askama from 0.12.0 to 0.12.1 Bumps [askama](https://github.com/djc/askama) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/djc/askama/releases) - [Commits](https://github.com/djc/askama/commits) --- updated-dependencies: - dependency-name: askama dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e505f82..86e7a2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,9 +67,9 @@ dependencies = [ [[package]] name = "askama" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47cbc3cf73fa8d9833727bbee4835ba5c421a0d65b72daf9a7b5d0e0f9cfb57e" +checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28" dependencies = [ "askama_derive", "askama_escape", diff --git a/Cargo.toml b/Cargo.toml index 4e3be03..b575011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tracing = "0.1.37" tracing-subscriber = "0.3.17" tower = "0.4.13" tower-http = { version = "0.4.4", features = ["fs", "trace"] } -askama = "0.12.0" +askama = "0.12.1" hyper = { version = "0.14.27", features = ["server", "tcp", "http1", "stream"] } mime_guess = "2.0.4" mime = "0.3.17"