Update opentelemetry dependency

This commit is contained in:
Lennart
2025-06-04 20:37:25 +02:00
parent 0c6aef7c06
commit 57832116aa
2 changed files with 28 additions and 49 deletions

View File

@@ -142,21 +142,20 @@ async-trait = { workspace = true }
tracing-actix-web = { workspace = true }
uuid.workspace = true
opentelemetry = { version = "0.29", optional = true }
opentelemetry-otlp = { version = "0.29", optional = true, features = [
opentelemetry = { version = "0.30", optional = true }
opentelemetry-otlp = { version = "0.30", optional = true, features = [
"grpc-tonic",
] }
opentelemetry_sdk = { version = "0.29", features = [
opentelemetry_sdk = { version = "0.30", features = [
"rt-tokio",
], optional = true }
opentelemetry-semantic-conventions = { version = "0.29", optional = true }
tracing-opentelemetry = { version = "0.30", optional = true }
opentelemetry-semantic-conventions = { version = "0.30", optional = true }
tracing-opentelemetry = { version = "0.31", optional = true }
tracing-subscriber = { version = "0.3", features = [
"env-filter",
"fmt",
"registry",
] }
figment = { version = "0.10", features = ["env", "toml"] }
rand.workspace = true