From 962335d9a8b9e0ace994ec2d362720d63d4022a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 18:09:45 +0000 Subject: [PATCH] chore(deps): bump minijinja from 2.9.0 to 2.10.1 Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.9.0 to 2.10.1. - [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.9.0...2.10.1) --- updated-dependencies: - dependency-name: minijinja dependency-version: 2.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24b34e72..2c5774c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5197,9 +5197,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.9.0" +version = "2.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98642a6dfca91122779a307b77cd07a4aa951fbe32232aaf5bad9febc66be754" +checksum = "3e24e7acb573aa81736030f9456018e4a2f3dc2d555599bc3a9b03d0782b4fd3" dependencies = [ "memo-map", "self_cell 1.1.0",