mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-07-28 20:49:23 +00:00
build(deps): bump minijinja from 2.8.0 to 2.9.0
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.8.0 to 2.9.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.8.0...2.9.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:
Generated
+2
-2
@@ -3805,9 +3805,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "minijinja"
|
||||
version = "2.8.0"
|
||||
version = "2.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6e36f1329330bb1614c94b78632b9ce45dd7d761f3304a1bed07b2990a7c5097"
|
||||
checksum = "98642a6dfca91122779a307b77cd07a4aa951fbe32232aaf5bad9febc66be754"
|
||||
dependencies = [
|
||||
"memo-map",
|
||||
"self_cell",
|
||||
|
||||
+1
-1
@@ -216,7 +216,7 @@ features = [
|
||||
|
||||
# Templates
|
||||
[workspace.dependencies.minijinja]
|
||||
version = "2.8.0"
|
||||
version = "2.9.0"
|
||||
features = ["loader", "json", "speedups", "unstable_machinery"]
|
||||
|
||||
# Additional filters for minijinja
|
||||
|
||||
Reference in New Issue
Block a user