From 3ae55368cc1fdc6799a957906ce3f160f1e8d68b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:08:37 +0000 Subject: [PATCH] chore(deps): bump minijinja from 1.0.10 to 1.0.11 Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 1.0.10 to 1.0.11. - [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/minijinja/compare/1.0.10...1.0.11) --- updated-dependencies: - dependency-name: minijinja dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cf13198..783ce6ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4752,9 +4752,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "208758577ef2c86cf5dd3e85730d161413ec3284e2d73b2ef65d9a24d9971bcb" +checksum = "431d72874542d43aba1ca605870eacab134fdeb0c8fe27666ecf4b2662239df2" dependencies = [ "memo-map", "self_cell 1.0.1", @@ -8197,8 +8197,8 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", - "rand 0.7.3", + "cfg-if 1.0.0", + "rand 0.8.5", "static_assertions", ]