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

Bump dependencies

This commit is contained in:
Quentin Gliech
2022-02-17 15:50:10 +01:00
parent 035e2d7829
commit fa92d6498f
15 changed files with 61 additions and 62 deletions

View File

@@ -6,10 +6,10 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
tokio = "1.16.1"
tokio = "1.17.0"
async-trait = "0.1.52"
tokio-stream = "0.1.8"
futures-util = "0.3.19"
futures-util = "0.3.21"
tracing = "0.1.30"
sqlx = { version = "0.5.10", features = ["runtime-tokio-rustls", "postgres"] }