1
0
mirror of https://github.com/actix/examples synced 2025-03-10 23:42:38 +01:00

chore(deps): bump minijinja from 2.7.0 to 2.8.0

Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.7.0 to 2.8.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.7.0...2.8.0)

---
updated-dependencies:
- dependency-name: minijinja
  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-03-03 17:35:35 +00:00 committed by GitHub
parent df0dc549a5
commit 70c30832e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -5093,9 +5093,9 @@ dependencies = [
[[package]]
name = "minijinja"
version = "2.7.0"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff7b8df5e85e30b87c2b0b3f58ba3a87b68e133738bf512a7713769326dbca9"
checksum = "6e36f1329330bb1614c94b78632b9ce45dd7d761f3304a1bed07b2990a7c5097"
dependencies = [
"memo-map",
"self_cell 1.1.0",