From eca6acd63cede9858530a950c108f6d00738db24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 00:59:51 +0000 Subject: [PATCH] fix(deps): update rust crate tracing-opentelemetry to 0.25.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 610a03da1e..de735f5a01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ tracing-subscriber = { version = "0.3.18", features = [ "fmt", "env-filter", ] } -tracing-opentelemetry = "0.24.0" +tracing-opentelemetry = "0.25.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 8bab51007b..2f07f4e62d 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.25.0" tracing-subscriber = "0.3.18" derive_more = { workspace = true } thiserror = { workspace = true }