From 5e6535bbcc31a92bd3af362b6759313d5a789b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:44:57 +0000 Subject: [PATCH] chore(deps): update tracing-opentelemetry requirement in /relay Updates the requirements on [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases) - [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/tracing-opentelemetry/commits) --- updated-dependencies: - dependency-name: tracing-opentelemetry dependency-version: 0.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- relay/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/Cargo.toml b/relay/Cargo.toml index 60129ec..a5153af 100644 --- a/relay/Cargo.toml +++ b/relay/Cargo.toml @@ -35,7 +35,7 @@ chrono = { version = "0.4.39", features = ["serde"] } base64 = "0.22.1" opentelemetry = "0.28.0" opentelemetry_sdk = "0.28.0" -tracing-opentelemetry = "0.30.0" +tracing-opentelemetry = "0.31.0" strum_macros = "0.27.1" lapin = "2.5.0" strum = { version = "0.27.1", features = ["derive"] }