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

Bump all dependencies

This commit is contained in:
Quentin Gliech
2021-11-05 17:19:07 +01:00
parent 16fe5a8d76
commit 0a2fda35fd
5 changed files with 40 additions and 40 deletions

View File

@ -6,9 +6,9 @@ edition = "2018"
license = "Apache-2.0"
[dependencies]
tokio = { version = "1.12.0", features = ["full"] }
tokio = { version = "1.13.0", features = ["full"] }
futures = "0.3.17"
anyhow = "1.0.44"
anyhow = "1.0.45"
clap = "3.0.0-beta.5"
dotenv = "0.15.0"
schemars = { version = "0.8.6", features = ["url", "chrono"] }