From 5320b13866764959ef3757355f155a6c4f1803cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:27:13 +0000 Subject: [PATCH] build(deps): bump minijinja from 2.11.0 to 2.13.0 Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.11.0 to 2.13.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.13.0) --- updated-dependencies: - dependency-name: minijinja dependency-version: 2.13.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..86f2632 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 4 [[package]] name = "minijinja" -version = "2.11.0" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e60ac08614cc09062820e51d5d94c2fce16b94ea4e5003bb81b99a95f84e876" +checksum = "0adbe6e92a6ce0fd6c4aac593fdfd3e3950b0f61b1a63aa9731eb6fd85776fa3" dependencies = [ "serde", ] diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 4998760..7a21e37 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.13.0", default-features = false, features = ["deserialization", "serde", "std_collections"] } serde = "1.0"