From 3a3a61c5a27e5791f81b8d4a22ffd783c650dc20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:17:54 +0000 Subject: [PATCH] fix(deps): update rust crate tracing-opentelemetry to 0.26.0 --- Cargo.toml | 2 +- tailcall-upstream-grpc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 89419d77ea9..1da7866786d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ tracing-subscriber = { version = "0.3.18", features = [ "fmt", "env-filter", ] } -tracing-opentelemetry = "0.24.0" +tracing-opentelemetry = "0.26.0" getrandom = { version = "0.2.14", features = ["js"] } prometheus = "0.13.4" tonic = { version = "0.11.0", default-features = false } diff --git a/tailcall-upstream-grpc/Cargo.toml b/tailcall-upstream-grpc/Cargo.toml index 8bab51007b3..6b07e95e00c 100644 --- a/tailcall-upstream-grpc/Cargo.toml +++ b/tailcall-upstream-grpc/Cargo.toml @@ -28,7 +28,7 @@ opentelemetry-otlp = { version = "0.16.0", features = [ "tls-roots", ] } tracing = "0.1.40" -tracing-opentelemetry = "0.24.0" +tracing-opentelemetry = "0.26.0" tracing-subscriber = "0.3.18" derive_more = { workspace = true } thiserror = { workspace = true }