@@ -15,15 +15,15 @@ async-graphql = { version = "6", default-features = false, optional = true }
15
15
async-trait = { version = " 0.1" , optional = true }
16
16
eyre = " 0.6"
17
17
http = { version = " 0.2" , optional = true }
18
- opentelemetry = { version = " 0.21 " , features = [" trace" ], optional = true }
19
- opentelemetry-http = { version = " 0.10 " , optional = true }
20
- opentelemetry-otlp = { version = " 0.14 " , default-features = false , features = [" grpc-tonic" , " http-proto" , " reqwest-client" , " reqwest-rustls" , " tls" , " tls-roots" , " trace" ], optional = true }
21
- opentelemetry_sdk = { version = " 0.21 " , features = [" rt-tokio" ], optional = true }
18
+ opentelemetry = { version = " 0.22 " , features = [" trace" ], optional = true }
19
+ opentelemetry-http = { version = " 0.11 " , optional = true }
20
+ opentelemetry-otlp = { version = " 0.15 " , default-features = false , features = [" grpc-tonic" , " http-proto" , " reqwest-client" , " reqwest-rustls" , " tls" , " tls-roots" , " trace" ], optional = true }
21
+ opentelemetry_sdk = { version = " 0.22 " , features = [" rt-tokio" ], optional = true }
22
22
tower = { version = " 0.4" , default-features = false , optional = true }
23
23
tower-http = { version = " 0.4" , default-features = false , features = [" trace" ], optional = true }
24
24
tracing = " 0.1"
25
25
tracing-error = " 0.2"
26
- tracing-opentelemetry = { version = " 0.22 " , default-features = false , features = [" tracing-log" ], optional = true }
26
+ tracing-opentelemetry = { version = " 0.23 " , default-features = false , features = [" tracing-log" ], optional = true }
27
27
tracing-subscriber = { version = " 0.3" , features = [" env-filter" ] }
28
28
uuid = { version = " 1" , features = [" v4" ], optional = true }
29
29
0 commit comments