From afbfcb08927438d64b0c2a64be3eb99d70ccd6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:47:18 +0000 Subject: [PATCH] build(deps): bump minijinja from 2.11.0 to 2.12.0 Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/mitsuhiko/minijinja/releases) - [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/minijinja/compare/2.11.0...2.12.0) --- updated-dependencies: - dependency-name: minijinja dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 2641e2bf1..3314b7354 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3839,9 +3839,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.11.0" +version = "2.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e60ac08614cc09062820e51d5d94c2fce16b94ea4e5003bb81b99a95f84e876" +checksum = "a9f264d75233323f4b7d2f03aefe8a990690cdebfbfe26ea86bcbaec5e9ac990" dependencies = [ "memo-map", "percent-encoding", diff --git a/Cargo.toml b/Cargo.toml index 0e41dbecc..44b2a22ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -378,7 +378,7 @@ version = "0.3.17" # Templates [workspace.dependencies.minijinja] -version = "2.11.0" +version = "2.12.0" features = ["urlencode", "loader", "json", "speedups", "unstable_machinery"] # Additional filters for minijinja