From 921f34aa63c4e9a7605ec6aabc1f9a90b709b943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:14:39 +0000 Subject: [PATCH] chore(deps)(deps): bump tracing-opentelemetry from 0.28.0 to 0.32.1 Bumps [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) from 0.28.0 to 0.32.1. - [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.28.0...v0.32.1) --- updated-dependencies: - dependency-name: tracing-opentelemetry dependency-version: 0.32.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 44 +++++++++++++------------------------------- rust/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 32 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c47ccf..44966f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,7 +310,7 @@ dependencies = [ "objc2-foundation 0.3.2", "parking_lot", "percent-encoding", - "windows-sys 0.59.0", + "windows-sys 0.52.0", "x11rb", ] @@ -3000,7 +3000,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3583,7 +3583,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -5280,7 +5280,7 @@ dependencies = [ "portable-atomic-util", "serde_core", "wasm-bindgen", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6228,7 +6228,7 @@ dependencies = [ "tokio-tungstenite", "tracing", "tracing-appender", - "tracing-opentelemetry 0.28.0", + "tracing-opentelemetry", "tracing-subscriber", "ts-rs", "url", @@ -6311,7 +6311,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -7052,7 +7052,7 @@ dependencies = [ "opentelemetry 0.31.0", "tracing", "tracing-core", - "tracing-opentelemetry 0.32.1", + "tracing-opentelemetry", "tracing-subscriber", ] @@ -8159,7 +8159,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -9271,7 +9271,7 @@ dependencies = [ "tower", "tower-http", "tracing", - "tracing-opentelemetry 0.32.1", + "tracing-opentelemetry", "tracing-subscriber", ] @@ -10763,7 +10763,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -10776,7 +10776,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.11.0", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -12222,7 +12222,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix 1.1.3", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -12908,24 +12908,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "tracing-opentelemetry" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97a971f6058498b5c0f1affa23e7ea202057a7301dbff68e968b2d578bcbd053" -dependencies = [ - "js-sys", - "once_cell", - "opentelemetry 0.27.1", - "opentelemetry_sdk 0.27.1", - "smallvec", - "tracing", - "tracing-core", - "tracing-log", - "tracing-subscriber", - "web-time", -] - [[package]] name = "tracing-opentelemetry" version = "0.32.1" @@ -14050,7 +14032,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 05b5618..cf5b57e 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -65,7 +65,7 @@ once_cell = "1.20" opentelemetry = "0.31" opentelemetry-otlp = { version = "0.31", features = ["tonic", "tokio"] } opentelemetry_sdk = { version = "0.27", features = ["rt-tokio"] } -tracing-opentelemetry = "0.28" +tracing-opentelemetry = "0.32" sysinfo = "0.39" async-trait = "0.1.89" uuid = { version = "1.20.0", features = ["v4", "serde"] }