You've already forked authentication-service
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:
@ -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
|
||||
|
Reference in New Issue
Block a user