You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-19 00:26:27 +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:
committed by
Quentin Gliech
parent
5339b19f38
commit
43746f687b
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -127,7 +127,7 @@ features = [
|
||||
|
||||
# Templates
|
||||
[workspace.dependencies.minijinja]
|
||||
version = "2.0.1"
|
||||
version = "2.0.2"
|
||||
|
||||
# Random values
|
||||
[workspace.dependencies.rand]
|
||||
|
||||
Reference in New Issue
Block a user