1
0
mirror of https://github.com/actix/examples synced 2025-05-11 07:52:57 +02:00

chore(deps): bump minijinja from 2.9.0 to 2.10.1

Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.9.0 to 2.10.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.9.0...2.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-05 18:09:45 +00:00 committed by GitHub
parent 00aedf05ea
commit 962335d9a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -5197,9 +5197,9 @@ dependencies = [
[[package]]
name = "minijinja"
version = "2.9.0"
version = "2.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98642a6dfca91122779a307b77cd07a4aa951fbe32232aaf5bad9febc66be754"
checksum = "3e24e7acb573aa81736030f9456018e4a2f3dc2d555599bc3a9b03d0782b4fd3"
dependencies = [
"memo-map",
"self_cell 1.1.0",