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

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-11-24 10:29:53 +01:00
parent cc10270ede
commit 30247448d5
21 changed files with 461 additions and 423 deletions

View File

@ -16,6 +16,6 @@ headers = "0.3.9"
mas-templates = { path = "../templates" }
[dependencies.lettre]
version = "0.11.1"
version = "0.11.2"
default-features = false
features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]