You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +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:
committed by
Quentin Gliech
parent
8e23945d96
commit
ef388b9fdc
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -5422,9 +5422,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tera"
|
||||
version = "1.19.0"
|
||||
version = "1.19.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a5ab29bb4f3e256ae6ad5c3e2775aa1f8829f2c0c101fc407bfd3a6df15c60c5"
|
||||
checksum = "970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8"
|
||||
dependencies = [
|
||||
"globwalk",
|
||||
"lazy_static",
|
||||
@@ -5433,7 +5433,6 @@ dependencies = [
|
||||
"regex",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thread_local",
|
||||
"unic-segment",
|
||||
]
|
||||
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user