1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00

chore(deps): bump minijinja-autoreload from 1.0.12 to 1.0.15

Bumps [minijinja-autoreload](https://github.com/mitsuhiko/minijinja) from 1.0.12 to 1.0.15.
- [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/1.0.12...1.0.15)

---
updated-dependencies:
- dependency-name: minijinja-autoreload
  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-04-01 17:33:42 +00:00 committed by GitHub
parent 7bece9984e
commit e428189f5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -4781,9 +4781,9 @@ dependencies = [
[[package]] [[package]]
name = "minijinja-autoreload" name = "minijinja-autoreload"
version = "1.0.12" version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbcdb562798b8b49bdd5bc4f253a4e8fb71b3b0d1e290d05835d02e57f278c9b" checksum = "4ac7ba0efa1529330f706f6895617480ca4a9ee0a5f11fd89250a19df5d9307f"
dependencies = [ dependencies = [
"minijinja", "minijinja",
"notify 5.2.0", "notify 5.2.0",