1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump dependencies

This commit is contained in:
Quentin Gliech
2022-02-01 10:13:11 +01:00
parent 7e24cd0948
commit 9af8820564
15 changed files with 91 additions and 84 deletions

View File

@ -8,13 +8,13 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.53"
async-trait = "0.1.52"
tokio = { version = "1.15.0", features = ["macros"] }
tokio = { version = "1.16.1", features = ["macros"] }
mas-templates = { path = "../templates" }
mas-config = { path = "../config" }
tracing = "0.1.29"
aws-sdk-sesv2 = "0.5.2"
aws-config = "0.5.2"
aws-sdk-sesv2 = "0.6.0"
aws-config = "0.6.0"
[dependencies.lettre]
version = "0.10.0-rc.4"