From 8dfca7548c77c304cec825e0f96a3f4fd2ab12bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 12:18:34 +0000 Subject: [PATCH] Update opentelemetry-rust monorepo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b085773c5..b13d3d4f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -150,7 +150,7 @@ itertools = "0.13.0" futures = "0.3.30" http = "0.2.12" rosetta-i18n = "0.1.3" -opentelemetry = { version = "0.19.0", features = ["rt-tokio"] } +opentelemetry = { version = "0.23.0", features = ["rt-tokio"] } tracing-opentelemetry = { version = "0.19.0" } ts-rs = { version = "7.1.1", features = [ "serde-compat", @@ -196,7 +196,7 @@ serde_json = { workspace = true } tracing-opentelemetry = { workspace = true, optional = true } opentelemetry = { workspace = true, optional = true } console-subscriber = { version = "0.3.0", optional = true } -opentelemetry-otlp = { version = "0.12.0", optional = true } +opentelemetry-otlp = { version = "0.16.0", optional = true } pict-rs = { version = "0.5.15", optional = true } tokio.workspace = true actix-cors = "0.7.0"