1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump sqlx to 0.8.1

This commit is contained in:
Quentin Gliech
2024-08-30 14:46:16 +02:00
parent 8b9a892c48
commit 59d0f786d6
4 changed files with 87 additions and 125 deletions

View File

@ -14,8 +14,8 @@ workspace = true
[dependencies]
async-trait.workspace = true
sqlx.workspace = true
sea-query = { version = "0.31.0", features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"] }
sea-query-binder = { version = "0.6.0", features = ["sqlx-postgres", "with-uuid", "with-chrono", "postgres-array"] }
sea-query.workspace = true
sea-query-binder.workspace = true
chrono.workspace = true
serde.workspace = true
serde_json.workspace = true