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
2022-08-01 17:50:33 +02:00
parent ba6a382f2c
commit d4c718ef4b
18 changed files with 407 additions and 427 deletions

View File

@ -6,18 +6,18 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
anyhow = "1.0.58"
async-trait = "0.1.56"
tokio = { version = "1.19.2", features = ["macros"] }
tracing = "0.1.35"
aws-sdk-sesv2 = "0.15.0"
aws-config = "0.15.0"
aws-types = "0.15.0"
anyhow = "1.0.59"
async-trait = "0.1.57"
tokio = { version = "1.20.1", features = ["macros"] }
tracing = "0.1.36"
aws-sdk-sesv2 = "0.16.0"
aws-config = "0.46.0"
aws-types = "0.46.0"
mas-templates = { path = "../templates" }
mas-config = { path = "../config" }
[dependencies.lettre]
version = "0.10.0"
version = "0.10.1"
default-features = false
features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]