build(deps): bump minijinja from 1.0.12 to 1.0.13

Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 1.0.12 to 1.0.13.
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/minijinja/compare/1.0.12...1.0.13)

---
updated-dependencies:
- dependency-name: minijinja
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-19 07:56:55 +00:00
committed by Quentin Gliech
parent fb7823abca
commit 5f92b47d82
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3672,9 +3672,9 @@ dependencies = [
[[package]]
name = "minijinja"
version = "1.0.12"
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fe0ff215195a22884d867b547c70a0c4815cbbcc70991f281dca604b20d10ce"
checksum = "562e7acc6adf9a8359061ea3e0634560a3f636dc0539d36cd300c82fd703f528"
dependencies = [
"memo-map",
"self_cell",

View File

@@ -90,7 +90,7 @@ default-features = false
# Templates
[workspace.dependencies.minijinja]
version = "1.0.12"
version = "1.0.13"
# Random values
[workspace.dependencies.rand]