1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2026-01-03 17:02:28 +03:00

Merge branch 'main' into quenting/storage-repository

This commit is contained in:
Quentin Gliech
2023-01-27 11:16:38 +01:00
committed by GitHub
22 changed files with 1124 additions and 1094 deletions

View File

@@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.68"
async-graphql = { version = "5.0.4", features = ["chrono", "url"] }
async-graphql = { version = "5.0.5", features = ["chrono", "url"] }
chrono = "0.4.23"
serde = { version = "1.0.152", features = ["derive"] }
tokio = { version = "1.23.0", features = ["sync"] }