1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Upgrade dependencies

This commit is contained in:
Quentin Gliech
2022-01-04 22:35:18 +01:00
parent f933ace007
commit 1377e09dbe
11 changed files with 53 additions and 186 deletions

View File

@ -6,11 +6,11 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
tokio = { version = "1.14.0" }
tokio = "1.15.0"
async-trait = "0.1.52"
tokio-stream = "0.1.8"
futures-util = "0.3.18"
futures-util = "0.3.19"
tracing = "0.1.29"
sqlx = { version = "0.5.9", features = ["runtime-tokio-rustls", "postgres"] }
sqlx = { version = "0.5.10", features = ["runtime-tokio-rustls", "postgres"] }
mas-storage = { path = "../storage" }