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

Upgrade opentelemetry to 0.21.0

This commit is contained in:
Quentin Gliech
2023-11-08 10:39:23 +01:00
parent f2286e37ef
commit 5ab0e880ff
10 changed files with 107 additions and 167 deletions

View File

@ -17,7 +17,7 @@ http-body = "0.4.5"
hyper = "0.14.27"
hyper-rustls = { version = "0.24.1", features = ["http1", "http2"], default-features = false, optional = true }
once_cell = "1.18.0"
opentelemetry = "0.20.0"
opentelemetry.workspace = true
rustls = { version = "0.21.8", optional = true }
rustls-native-certs = { version = "0.6.3", optional = true }
serde.workspace = true
@ -28,7 +28,7 @@ tokio = { version = "1.33.0", features = ["sync", "parking_lot"], optional = tru
tower = { version = "0.4.13", features = [] }
tower-http = { version = "0.4.4", features = ["cors"] }
tracing.workspace = true
tracing-opentelemetry = "0.22.0"
tracing-opentelemetry.workspace = true
webpki-roots = { version = "0.25.2", optional = true }
mas-tower = { path = "../tower" }