mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
Fix tracing
This commit is contained in:
@@ -130,7 +130,9 @@ tracing-actix-web = { workspace = true }
|
||||
uuid.workspace = true
|
||||
|
||||
opentelemetry = { version = "0.29", optional = true }
|
||||
opentelemetry-otlp = { version = "0.29", optional = true }
|
||||
opentelemetry-otlp = { version = "0.29", optional = true, features = [
|
||||
"grpc-tonic",
|
||||
] }
|
||||
opentelemetry_sdk = { version = "0.29", features = [
|
||||
"rt-tokio",
|
||||
], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user