From 236c3d744f5d726e2aca3daefdfc342d5f169f50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:54:00 +0000 Subject: [PATCH] fix(deps): update opentelemetry-rust monorepo to 0.26.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e0ad062..f5fd502 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,10 @@ repository = "https://github.com/philipcristiano/rust_service_conventions" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -opentelemetry = { version = "0.25.0", optional = true } -opentelemetry-otlp = { version = "0.25.0", features = ["trace", "grpc-tonic", "http-proto", "reqwest-rustls", "tls", "tls-roots"], optional = true } -opentelemetry-semantic-conventions = { version = "0.25.0", optional = true} -opentelemetry_sdk = { version = "0.25.0", features = ["rt-tokio"], optional = true } +opentelemetry = { version = "0.26.0", optional = true } +opentelemetry-otlp = { version = "0.26.0", features = ["trace", "grpc-tonic", "http-proto", "reqwest-rustls", "tls", "tls-roots"], optional = true } +opentelemetry-semantic-conventions = { version = "0.26.0", optional = true} +opentelemetry_sdk = { version = "0.26.0", features = ["rt-tokio"], optional = true } tonic = { version = "0.12.0", features = ["tls", "tls-roots"], optional = true} tracing-subscriber = { version = "0.3.18", features = ["fmt", "json", "env-filter", "std", "registry"], optional = true }