From 4c71350cf3fcda06adc841ae6eff8dcfdb7d6797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:24:07 +0000 Subject: [PATCH] build(deps): bump minijinja from 2.11.0 to 2.14.0 Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.11.0 to 2.14.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.14.0) --- updated-dependencies: - dependency-name: minijinja dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2aa324..fd1a4db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 4 [[package]] name = "minijinja" -version = "2.11.0" +version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e60ac08614cc09062820e51d5d94c2fce16b94ea4e5003bb81b99a95f84e876" +checksum = "12ea9ac0a51fb5112607099560fdf0f90366ab088a2a9e6e8ae176794e9806aa" dependencies = [ "serde", ] diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 4998760..5119ebb 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -26,5 +26,5 @@ minijinja-defaults = [ workspace = true [dependencies] -minijinja = { version = "2.11.0", default-features = false, features = ["deserialization", "serde", "std_collections"] } +minijinja = { version = "2.14.0", default-features = false, features = ["deserialization", "serde", "std_collections"] } serde = "1.0"