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-05-06 17:17:49 +02:00
parent 436c0dcb19
commit 407ed412f1
6 changed files with 31 additions and 31 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
tokio = { version = "1.18.1", features = ["full"] }
futures = "0.3.21"
anyhow = "1.0.57"
clap = { version = "3.1.15", features = ["derive"] }
clap = { version = "3.1.16", features = ["derive"] }
dotenv = "0.15.0"
schemars = { version = "0.8.8", features = ["url", "chrono"] }
tower = { version = "0.4.12", features = ["full"] }
@ -43,7 +43,7 @@ mas-tasks = { path = "../tasks" }
mas-templates = { path = "../templates" }
[dev-dependencies]
indoc = "1.0.4"
indoc = "1.0.5"
[features]
default = ["otlp", "jaeger", "zipkin"]