You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Move lettre to a workspace dependency
This commit is contained in:
@@ -106,6 +106,12 @@ version = "0.25.0"
|
||||
features = ["http1", "http2"]
|
||||
default-features = false
|
||||
|
||||
# Email sending
|
||||
[workspace.dependencies.lettre]
|
||||
version = "=0.11.4"
|
||||
default-features = false
|
||||
features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]
|
||||
|
||||
# Templates
|
||||
[workspace.dependencies.minijinja]
|
||||
version = "2.0.1"
|
||||
|
@@ -13,13 +13,9 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait.workspace = true
|
||||
tracing.workspace = true
|
||||
thiserror.workspace = true
|
||||
headers.workspace = true
|
||||
lettre.workspace = true
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
mas-templates.workspace = true
|
||||
|
||||
[dependencies.lettre]
|
||||
version = "0.11.4"
|
||||
default-features = false
|
||||
features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]
|
||||
|
@@ -16,7 +16,7 @@ anyhow.workspace = true
|
||||
async-graphql = { version = "6.0.11", features = ["chrono", "url"] }
|
||||
async-trait.workspace = true
|
||||
chrono.workspace = true
|
||||
lettre = { version = "0.11.4", default-features = false }
|
||||
lettre.workspace = true
|
||||
serde.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio = { version = "1.37.0", features = ["sync"] }
|
||||
|
@@ -37,7 +37,7 @@ axum-extra = { version = "0.8.0", features = ["cookie-private"] }
|
||||
async-graphql = { version = "6.0.11", features = ["tracing", "apollo_tracing"] }
|
||||
|
||||
# Emails
|
||||
lettre = { version = "0.11.4", default-features = false, features = ["builder"] }
|
||||
lettre.workspace = true
|
||||
|
||||
# Database access
|
||||
sqlx.workspace = true
|
||||
|
Reference in New Issue
Block a user