From 5da5a7e579b512ff9069be73aec81e8fa8552d67 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:14:35 +0000 Subject: [PATCH] chore(deps): update rust crate opentelemetry to 0.31 --- rust/rust-app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/rust-app/Cargo.toml b/rust/rust-app/Cargo.toml index 664c243..c6946fb 100644 --- a/rust/rust-app/Cargo.toml +++ b/rust/rust-app/Cargo.toml @@ -12,7 +12,7 @@ axum = "0.7" axum-tracing-opentelemetry = "0.23" futures = "0.3" lazy_static = "1.4" -opentelemetry = "0.26" +opentelemetry = "0.31" opentelemetry_sdk = { version = "0.26", default-features = false, features = ["rt-tokio"] } opentelemetry-otlp = { version = "0.26", features = ["http-proto", "reqwest-client"] } opentelemetry-semantic-conventions = { version = "0.26", features = ["semconv_experimental"] }