From edee2ac06bf023a28482d25472bf5d3ad7d25133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:19:17 +0000 Subject: [PATCH] build(deps): bump minijinja from 2.6.0 to 2.7.0 Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.6.0 to 2.7.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.6.0...2.7.0) --- updated-dependencies: - dependency-name: minijinja 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 bbe35a3ac..d5fcf6e6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3806,9 +3806,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "212b4cab3aad057bc6e611814472905546c533295723b9e26a31c7feb19a8e65" +checksum = "cff7b8df5e85e30b87c2b0b3f58ba3a87b68e133738bf512a7713769326dbca9" dependencies = [ "memo-map", "self_cell", diff --git a/Cargo.toml b/Cargo.toml index 11a431119..d52500f2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -196,7 +196,7 @@ features = [ # Templates [workspace.dependencies.minijinja] -version = "2.6.0" +version = "2.7.0" features = ["loader", "json", "speedups", "unstable_machinery"] # Additional filters for minijinja