You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-10 15:23:07 +03:00
Bump tera from 1.15.0 to 1.16.0
Bumps [tera](https://github.com/Keats/tera) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/Keats/tera/releases) - [Changelog](https://github.com/Keats/tera/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/tera/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: tera 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
7207616657
commit
98b248f959
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -4392,9 +4392,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tera"
|
||||
version = "1.15.0"
|
||||
version = "1.16.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d3cac831b615c25bcef632d1cabf864fa05813baad3d526829db18eb70e8b58d"
|
||||
checksum = "7c9783d6ff395ae80cf17ed9a25360e7ba37742a79fa8fddabb073c5c7c8856d"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"chrono-tz",
|
||||
|
@@ -15,7 +15,7 @@ tokio = { version = "1.19.2", features = ["macros"] }
|
||||
anyhow = "1.0.57"
|
||||
thiserror = "1.0.31"
|
||||
|
||||
tera = "1.15.0"
|
||||
tera = "1.16.0"
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
serde_json = "1.0.81"
|
||||
serde_urlencoded = "0.7.1"
|
||||
|
Reference in New Issue
Block a user