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

Upgrade dependencies

This commit is contained in:
Quentin Gliech
2021-10-04 14:48:23 +02:00
parent bb8fe28f4f
commit af71adbe7a
5 changed files with 47 additions and 82 deletions

View File

@ -12,7 +12,7 @@ clap = "3.0.0-beta.4"
tracing = "0.1.28"
tracing-subscriber = "0.2.24"
dotenv = "0.15.0"
schemars = { version = "0.8.5", features = ["url", "chrono"] }
schemars = { version = "0.8.6", features = ["url", "chrono"] }
tower = { version = "0.4.8", features = ["full"] }
tower-http = { version = "0.1.1", features = ["full"] }
hyper = { version = "0.14.13", features = ["full"] }