From 3730ac31cb57c9e9cd38d4e3b135d0d4e33956d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 04:42:45 +0000 Subject: [PATCH] Update tracing-opentelemetry requirement from 0.32 to 0.33 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/compare/v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: tracing-opentelemetry dependency-version: 0.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libazureinit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libazureinit/Cargo.toml b/libazureinit/Cargo.toml index eb4bb4f2..20d7ba69 100644 --- a/libazureinit/Cargo.toml +++ b/libazureinit/Cargo.toml @@ -23,7 +23,7 @@ tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } opentelemetry = "0.31.0" opentelemetry_sdk = "0.31.0" -tracing-opentelemetry = "0.32" +tracing-opentelemetry = "0.33" tokio-util = "0.7" sysinfo = "0.38" anyhow = "1"