1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

build(deps): bump tera from 1.18.0 to 1.18.1

Bumps [tera](https://github.com/Keats/tera) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/Keats/tera/releases)
- [Changelog](https://github.com/Keats/tera/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Keats/tera/commits/v1.18.1)

---
updated-dependencies:
- dependency-name: tera
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-15 20:00:26 +00:00
committed by Quentin Gliech
parent 89f5d23d69
commit f02051ae4a
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ tokio = { version = "1.26.0", features = ["macros", "rt"] }
anyhow = "1.0.69"
thiserror = "1.0.39"
tera = "1.18.0"
tera = "1.18.1"
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"
serde_urlencoded = "0.7.1"