1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump dependencies

This commit is contained in:
Quentin Gliech
2022-06-27 11:33:21 +02:00
parent fee9d46dfc
commit 27fa4fef4f
9 changed files with 63 additions and 56 deletions

View File

@ -12,7 +12,7 @@ anyhow = "1.0.58"
clap = { version = "3.2.6", features = ["derive"] }
dotenv = "0.15.0"
schemars = { version = "0.8.10", features = ["url", "chrono"] }
tower = { version = "0.4.12", features = ["full"] }
tower = { version = "0.4.13", features = ["full"] }
hyper = { version = "0.14.19", features = ["full"] }
serde_yaml = "0.8.24"
serde_json = "1.0.81"