From 8c964101e5e9415f958bac36b40340f381be7c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:15:20 +0000 Subject: [PATCH] chore(deps)(deps): update opentelemetry requirement from 0.27 to 0.32 Updates the requirements on [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) to permit the latest version. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md) - [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-0.27.0...opentelemetry-0.32.0) --- updated-dependencies: - dependency-name: opentelemetry dependency-version: 0.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/quota-router-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/quota-router-core/Cargo.toml b/crates/quota-router-core/Cargo.toml index a0a1ac72..8b88d494 100644 --- a/crates/quota-router-core/Cargo.toml +++ b/crates/quota-router-core/Cargo.toml @@ -38,7 +38,7 @@ tracing.workspace = true tracing-subscriber.workspace = true # OpenTelemetry tracing (RFC-0905) -opentelemetry = "0.27" +opentelemetry = "0.32" opentelemetry-otlp = { version = "0.27", features = ["tonic", "trace"] } opentelemetry_sdk = { version = "0.27", features = ["rt-tokio"] }