1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +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

@@ -25,7 +25,7 @@ tracing-opentelemetry = "0.19.0"
opentelemetry = "0.19.0"
ulid = "1.0.0"
url = "2.4.0"
serde = { version = "1.0.177", features = ["derive"] }
serde = { version = "1.0.180", features = ["derive"] }
serde_json = "1.0.104"
mas-data-model = { path = "../data-model" }