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

Merge branch 'main' into quenting/user-lock

This commit is contained in:
Quentin Gliech
2023-08-03 15:20:05 +02:00
committed by GitHub
27 changed files with 86 additions and 76 deletions

View File

@ -14,7 +14,7 @@ futures-util = "0.3.28"
apalis-core = { version = "0.4.3", features = ["tokio-comp"] }
opentelemetry = "0.19.0"
rand_core = "0.6.4"
serde = "1.0.177"
serde = "1.0.180"
serde_json = "1.0.104"
tracing = "0.1.37"
tracing-opentelemetry = "0.19.0"