From 56c43bcef81cf51c9150acdffb9fdc4912cbca63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 01:14:13 +0000 Subject: [PATCH] fix(deps): update rust crate opentelemetry to 0.23.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- rust/optics-base/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/optics-base/Cargo.toml b/rust/optics-base/Cargo.toml index 69e8b4dda..bc0f38bf6 100644 --- a/rust/optics-base/Cargo.toml +++ b/rust/optics-base/Cargo.toml @@ -33,7 +33,7 @@ warp = "0.3" # these versions are important! tracing-opentelemetry = "0.13.0" -opentelemetry = { version = "0.14.0", features = ["rt-tokio"] } +opentelemetry = { version = "0.23.0", features = ["rt-tokio"] } opentelemetry-jaeger = { version = "0.13.0", features = [ "reqwest_collector_client", "tokio",