mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-06-06 13:11:36 +00:00
build(deps): bump minijinja from 2.0.3 to 2.1.0
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.0.3 to 2.1.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.0.3...2.1.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:
committed by
Quentin Gliech
parent
98aa3a8dbc
commit
4e25bd3a19
Generated
+2
-2
@@ -3850,9 +3850,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "minijinja"
|
||||
version = "2.0.3"
|
||||
version = "2.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "933ee10775d58fca8238a84fe165dfe4bde8b07d7574f24d76ffea91170f3ac6"
|
||||
checksum = "45f7e8e35b6c7b169bf40b0176d2c79291ab8ee53290b84e0668ab21d841aa9d"
|
||||
dependencies = [
|
||||
"memo-map",
|
||||
"self_cell",
|
||||
|
||||
+1
-1
@@ -157,7 +157,7 @@ features = [
|
||||
|
||||
# Templates
|
||||
[workspace.dependencies.minijinja]
|
||||
version = "2.0.3"
|
||||
version = "2.1.0"
|
||||
|
||||
# Random values
|
||||
[workspace.dependencies.rand]
|
||||
|
||||
Reference in New Issue
Block a user