1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump tera from 1.19.0 to 1.19.1

Bumps [tera](https://github.com/Keats/tera) from 1.19.0 to 1.19.1.
- [Changelog](https://github.com/Keats/tera/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Keats/tera/commits)

---
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-09-04 19:07:29 +00:00
committed by Quentin Gliech
parent 8e23945d96
commit ef388b9fdc
2 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,7 @@ tokio = { version = "1.32.0", features = ["macros", "rt", "fs"] }
anyhow.workspace = true
thiserror.workspace = true
tera = { version = "1.19.0", default-features = false }
tera = { version = "1.19.1", default-features = false }
serde.workspace = true
serde_json.workspace = true
serde_urlencoded = "0.7.1"