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

Bump most Rust dependencies

This commit is contained in:
Quentin Gliech
2024-02-02 15:23:18 +01:00
parent d20b0dc81d
commit b927d330c9
25 changed files with 151 additions and 162 deletions

View File

@@ -12,7 +12,7 @@ publish = false
workspace = true
[dependencies]
async-trait = "0.1.74"
async-trait = "0.1.77"
tracing.workspace = true
thiserror.workspace = true
headers = "0.3.9"
@@ -20,6 +20,6 @@ headers = "0.3.9"
mas-templates.workspace = true
[dependencies.lettre]
version = "0.11.2"
version = "0.11.4"
default-features = false
features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]