From a4b4f393e6e30c4d27e6eb154883104a521ead77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:54:03 +0000 Subject: [PATCH] chore(deps): bump minijinja-autoreload from 2.12.0 to 2.13.0 Bumps [minijinja-autoreload](https://github.com/mitsuhiko/minijinja) from 2.12.0 to 2.13.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.12.0...2.13.0) --- updated-dependencies: - dependency-name: minijinja-autoreload dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcf2fca2..ec25f96e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5163,9 +5163,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.12.0" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9f264d75233323f4b7d2f03aefe8a990690cdebfbfe26ea86bcbaec5e9ac990" +checksum = "0adbe6e92a6ce0fd6c4aac593fdfd3e3950b0f61b1a63aa9731eb6fd85776fa3" dependencies = [ "memo-map", "self_cell 1.2.0", @@ -5174,9 +5174,9 @@ dependencies = [ [[package]] name = "minijinja-autoreload" -version = "2.12.0" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f506e21a0304f72e4dcd6c0b5fb04d500eb09484cd1880954479cca34ec937f3" +checksum = "b7dbeb469832618faff49204fde310bac88ce6f66a7832bbc7f5740e3176b376" dependencies = [ "minijinja", "notify",