From 877a4ccf4167ce342d3bb7d3de370134df740554 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 01:29:06 +0000 Subject: [PATCH] fix(deps): update opentelemetry-rust monorepo to 0.27.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c2b877..78712e1 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.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 } +opentelemetry = { version = "0.27.0", optional = true } +opentelemetry-otlp = { version = "0.27.0", features = ["trace", "grpc-tonic", "http-proto", "reqwest-rustls", "tls", "tls-roots"], optional = true } +opentelemetry-semantic-conventions = { version = "0.27.0", optional = true} +opentelemetry_sdk = { version = "0.27.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 }