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

Bump sqlx from 0.5.13 to 0.6.0

This commit is contained in:
Quentin Gliech
2022-06-27 11:11:29 +02:00
parent 3ac3ff3c69
commit fee9d46dfc
7 changed files with 32 additions and 53 deletions

View File

@ -11,6 +11,6 @@ async-trait = "0.1.56"
tokio-stream = "0.1.9"
futures-util = "0.3.21"
tracing = "0.1.35"
sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "postgres"] }
sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres"] }
mas-storage = { path = "../storage" }