1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

build(deps): bump minijinja from 2.0.1 to 2.0.2

Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.0.1 to 2.0.2.
- [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.0.1...2.0.2)

---
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-07-01 08:27:20 +00:00
committed by Quentin Gliech
parent 5339b19f38
commit 43746f687b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3686,9 +3686,9 @@ dependencies = [
[[package]]
name = "minijinja"
version = "2.0.1"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7165d0e94806d52ad5295e4b54a95176d831814840bc067298ca647e1c956338"
checksum = "e136ef580d7955019ab0a407b68d77c292a9976907e217900f3f76bc8f6dc1a4"
dependencies = [
"memo-map",
"self_cell",

View File

@@ -127,7 +127,7 @@ features = [
# Templates
[workspace.dependencies.minijinja]
version = "2.0.1"
version = "2.0.2"
# Random values
[workspace.dependencies.rand]