From 6a30b07d89ae87d2da0c0ce6b717cfbf4bda9def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:21:21 +0000 Subject: [PATCH] chore(deps): bump minijinja-autoreload from 2.0.3 to 2.1.1 Bumps [minijinja-autoreload](https://github.com/mitsuhiko/minijinja) from 2.0.3 to 2.1.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.0.3...2.1.1) --- updated-dependencies: - dependency-name: minijinja-autoreload 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 0f5f6a19..346d2ea0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4753,9 +4753,9 @@ dependencies = [ [[package]] name = "minijinja-autoreload" -version = "2.0.3" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe3362301b5f450f0f07175cc8cacdd9edb352c7d0375af72646dfb5769fc2a" +checksum = "30f4ec2f298410b4e9e3ee764545750571f6fc29d8952c2e5a139ace70c3ab9c" dependencies = [ "minijinja", "notify 5.2.0",