From 65ae3f73cea11c051b3dc5c72c3df30960526ed9 Mon Sep 17 00:00:00 2001 From: clux Date: Thu, 10 Oct 2024 08:04:00 +0100 Subject: [PATCH 1/2] don't need duplicate feature here Signed-off-by: clux --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e585c8..caa9c34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] } tracing-opentelemetry = "0.27.0" opentelemetry = { version = "0.26.0", features = ["trace"] } opentelemetry-otlp = { version = "0.26.0", features = ["tokio"], optional = true } -opentelemetry_sdk = { version = "0.26.0", features = ["tokio", "rt-tokio"] } +opentelemetry_sdk = { version = "0.26.0", features = ["rt-tokio"] } thiserror = "1.0.47" anyhow = "1.0.89" prometheus-client = "0.22.2" From b1a25a293ff6a6c60035a61253f5994104762b17 Mon Sep 17 00:00:00 2001 From: clux Date: Thu, 10 Oct 2024 08:07:53 +0100 Subject: [PATCH 2/2] don't need this either! Signed-off-by: clux --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index caa9c34..80d6bd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ tracing = "0.1.37" tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] } tracing-opentelemetry = "0.27.0" opentelemetry = { version = "0.26.0", features = ["trace"] } -opentelemetry-otlp = { version = "0.26.0", features = ["tokio"], optional = true } +opentelemetry-otlp = { version = "0.26.0", optional = true } opentelemetry_sdk = { version = "0.26.0", features = ["rt-tokio"] } thiserror = "1.0.47" anyhow = "1.0.89"