From 08f7217f7a7b8e7cdf86d13f4bd0b3e6ce5d16ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:05:16 +0000 Subject: [PATCH] build(deps): bump minijinja from 2.2.0 to 2.3.1 Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.2.0 to 2.3.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.2.0...2.3.1) --- 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 a9fe64a3c..d530d75dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3906,9 +3906,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d7d3e3a3eece1fa4618237ad41e1de855ced47eab705cec1c9a920e1d1c5aad" +checksum = "1028b628753a7e1a88fc59c9ba4b02ecc3bc0bd3c7af23df667bc28df9b3310e" dependencies = [ "memo-map", "self_cell", diff --git a/Cargo.toml b/Cargo.toml index 6005e7d0d..22ba55d7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ features = [ # Templates [workspace.dependencies.minijinja] -version = "2.2.0" +version = "2.3.1" # Utilities to deal with non-zero values [workspace.dependencies.nonzero_ext]