From cfda9b413857e74c6e3c61c5ee58a9155d65afa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:25:21 +0000 Subject: [PATCH] chore(deps): bump minijinja from 2.3.1 to 2.5.0 Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.3.1 to 2.5.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.3.1...2.5.0) --- updated-dependencies: - dependency-name: minijinja 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 644cdb3..a74af3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4804,9 +4804,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.3.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1028b628753a7e1a88fc59c9ba4b02ecc3bc0bd3c7af23df667bc28df9b3310e" +checksum = "2c37e1b517d1dcd0e51dc36c4567b9d5a29262b3ec8da6cb5d35e27a8fb529b5" dependencies = [ "memo-map", "self_cell 1.0.4",