1
0
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:
dependabot[bot]
2022-06-10 19:32:00 +00:00
committed by Quentin Gliech
parent 7207616657
commit 98b248f959
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4392,9 +4392,9 @@ dependencies = [
[[package]] [[package]]
name = "tera" name = "tera"
version = "1.15.0" version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3cac831b615c25bcef632d1cabf864fa05813baad3d526829db18eb70e8b58d" checksum = "7c9783d6ff395ae80cf17ed9a25360e7ba37742a79fa8fddabb073c5c7c8856d"
dependencies = [ dependencies = [
"chrono", "chrono",
"chrono-tz", "chrono-tz",

View File

@@ -15,7 +15,7 @@ tokio = { version = "1.19.2", features = ["macros"] }
anyhow = "1.0.57" anyhow = "1.0.57"
thiserror = "1.0.31" thiserror = "1.0.31"
tera = "1.15.0" tera = "1.16.0"
serde = { version = "1.0.137", features = ["derive"] } serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81" serde_json = "1.0.81"
serde_urlencoded = "0.7.1" serde_urlencoded = "0.7.1"