You've already forked authentication-service
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:
@ -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" }
|
||||
|
Reference in New Issue
Block a user