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-07-04 18:27:18 +02:00
parent af67fb34e0
commit ba90ee2614
16 changed files with 127 additions and 119 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
tokio = { version = "1.19.2", features = ["full"] }
futures = "0.3.21"
anyhow = "1.0.58"
clap = { version = "3.2.7", features = ["derive"] }
clap = { version = "3.2.8", features = ["derive"] }
dotenv = "0.15.0"
schemars = { version = "0.8.10", features = ["url", "chrono"] }
tower = { version = "0.4.13", features = ["full"] }
@ -24,8 +24,8 @@ atty = "0.2.14"
tracing = "0.1.35"
tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
tracing-opentelemetry = "0.17.3"
tracing-subscriber = { version = "0.3.14", features = ["env-filter"] }
tracing-opentelemetry = "0.17.4"
opentelemetry = { version = "0.17.0", features = ["trace", "metrics", "rt-tokio"] }
opentelemetry-semantic-conventions = "0.9.0"
opentelemetry-jaeger = { version = "0.16.0", features = ["rt-tokio", "reqwest_collector_client"], optional = true }