1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Move some common dependencies on the workspace level

Also deprecates the AWS SESv2 transport for emails
This commit is contained in:
Quentin Gliech
2023-08-14 12:08:32 +02:00
parent 21964cbeab
commit 7c83dce66e
36 changed files with 171 additions and 711 deletions

View File

@@ -6,18 +6,18 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
anyhow = "1.0.72"
anyhow.workspace = true
async-graphql = { version = "6.0.1", features = ["chrono", "url"] }
async-trait = "0.1.72"
chrono.workspace = true
lettre = { version = "0.10.4", default-features = false }
serde = { version = "1.0.183", features = ["derive"] }
thiserror = "1.0.44"
serde.workspace = true
thiserror.workspace = true
tokio = { version = "1.30.0", features = ["sync"] }
tracing = "0.1.37"
tracing.workspace = true
tower = { version = "0.4.13", features = ["util"] }
ulid = "1.0.0"
url = "2.4.0"
url.workspace = true
oauth2-types = { path = "../oauth2-types" }
mas-data-model = { path = "../data-model" }