From 86beebc7f763a93219037b2c669988daedd81977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:29:30 +0000 Subject: [PATCH] chore(deps): bump minijinja from 1.0.13 to 1.0.14 Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 1.0.13 to 1.0.14. - [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/minijinja/compare/1.0.13...1.0.14) --- updated-dependencies: - dependency-name: minijinja dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cargo-dist/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ae0caedd..e7b70e350 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1679,9 +1679,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "minijinja" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562e7acc6adf9a8359061ea3e0634560a3f636dc0539d36cd300c82fd703f528" +checksum = "fe5b00f90b3542f74bb9aaaccd2627920c16367787de103883461365580e5481" dependencies = [ "aho-corasick", "memo-map", diff --git a/cargo-dist/Cargo.toml b/cargo-dist/Cargo.toml index 2f18354ef..6f85bfab7 100644 --- a/cargo-dist/Cargo.toml +++ b/cargo-dist/Cargo.toml @@ -53,7 +53,7 @@ semver = "1.0.22" newline-converter = "0.3.0" dialoguer = "0.11.0" sha2 = "0.10.6" -minijinja = { version = "1.0.13", features = ["debug", "loader", "builtins", "json", "custom_syntax"] } +minijinja = { version = "1.0.14", features = ["debug", "loader", "builtins", "json", "custom_syntax"] } include_dir = "0.7.3" itertools = "0.12.1" cargo-wix = "0.3.8"