1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +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

5
Cargo.lock generated
View File

@@ -5422,9 +5422,9 @@ dependencies = [
[[package]] [[package]]
name = "tera" name = "tera"
version = "1.19.0" version = "1.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5ab29bb4f3e256ae6ad5c3e2775aa1f8829f2c0c101fc407bfd3a6df15c60c5" checksum = "970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8"
dependencies = [ dependencies = [
"globwalk", "globwalk",
"lazy_static", "lazy_static",
@@ -5433,7 +5433,6 @@ dependencies = [
"regex", "regex",
"serde", "serde",
"serde_json", "serde_json",
"thread_local",
"unic-segment", "unic-segment",
] ]

View File

@@ -14,7 +14,7 @@ tokio = { version = "1.32.0", features = ["macros", "rt", "fs"] }
anyhow.workspace = true anyhow.workspace = true
thiserror.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.workspace = true
serde_json.workspace = true serde_json.workspace = true
serde_urlencoded = "0.7.1" serde_urlencoded = "0.7.1"