From ee2b6824fd4229bf413407c582577c8b07c9fccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:42:36 +0000 Subject: [PATCH] chore(deps): bump minijinja from 1.0.15 to 1.0.20 Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 1.0.15 to 1.0.20. - [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/1.0.15...1.0.20) --- updated-dependencies: - dependency-name: minijinja dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d588ccd..b5b6ca60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4776,9 +4776,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "1.0.15" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57be929672ea2de446d39b3626c1cd1e55bd1db40f90ebee28d242a3d6baa65f" +checksum = "fb5c5e3d2b4c0a6832bd3d571f7c19a7c1c1f05f11a6e85ae1a29f76be5f9455" dependencies = [ "memo-map", "self_cell 1.0.1",