From d00d43beb9b09d170b087dd6426f2cc238fa5c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:03:47 +0000 Subject: [PATCH] build(deps): bump minijinja from 2.8.0 to 2.9.0 Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.8.0 to 2.9.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.8.0...2.9.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 dc5031cd0..9859978a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3805,9 +3805,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e36f1329330bb1614c94b78632b9ce45dd7d761f3304a1bed07b2990a7c5097" +checksum = "98642a6dfca91122779a307b77cd07a4aa951fbe32232aaf5bad9febc66be754" dependencies = [ "memo-map", "self_cell", diff --git a/Cargo.toml b/Cargo.toml index 5fa4b189f..d73a71b13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -216,7 +216,7 @@ features = [ # Templates [workspace.dependencies.minijinja] -version = "2.8.0" +version = "2.9.0" features = ["loader", "json", "speedups", "unstable_machinery"] # Additional filters for minijinja