From 6e3e093c2058b1552f944327590e66a70c4ef4e1 Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 01 May 2025 19:42:32 +0000 Subject: [PATCH] Bump askama from 0.13.0 to 0.14.0 Bumps [askama](https://github.com/askama-rs/askama) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/askama-rs/askama/releases) - [Commits](https://github.com/askama-rs/askama/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: askama dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++----- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b62713f..ee56cd5 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -65,9 +65,9 @@ [[package]] name = "askama" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a4e46abb203e00ef226442d452769233142bbfdd79c3941e84c8e61c4112543" +checksum = "f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4" dependencies = [ "askama_derive", "itoa", @@ -78,9 +78,9 @@ [[package]] name = "askama_derive" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54398906821fd32c728135f7b351f0c7494ab95ae421d41b6f5a020e158f28a6" +checksum = "129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f" dependencies = [ "askama_parser", "memchr", @@ -92,9 +92,9 @@ [[package]] name = "askama_parser" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf315ce6524c857bb129ff794935cf6d42c82a6cff60526fe2a63593de4d0d4f" +checksum = "d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358" dependencies = [ "memchr", "winnow", diff --git a/Cargo.toml b/Cargo.toml index 777cf65..99d6843 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -14,7 +14,7 @@ [dependencies] anyhow = "1.0" arc-swap = "1.7" -askama = { version = "0.13.0", default-features = false, features = [ +askama = { version = "0.14.0", default-features = false, features = [ "derive", "std", ] } -- rgit 0.1.5