From 82dc94655e64969f82278dd292aa70791e7bf680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:11:53 +0000 Subject: [PATCH] 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 30ecaa1..472fdb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1565,9 +1565,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[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 = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 4d28731..ef48f52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ version = "0.16.3" # Templating [dependencies.minijinja] -version = "2.11.0" +version = "2.12.0" [dependencies.template-fragments] version = "0.2.0"