From 24a0e4d056a24019664fe7fca6b09b1c97b9b367 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:22 +0000 Subject: [PATCH] chore(deps): update rust crate axum-tracing-opentelemetry to 0.33 --- 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..65a2323 100644 --- a/rust/rust-app/Cargo.toml +++ b/rust/rust-app/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] anyhow = "1.0" axum = "0.7" -axum-tracing-opentelemetry = "0.23" +axum-tracing-opentelemetry = "0.33" futures = "0.3" lazy_static = "1.4" opentelemetry = "0.26"