From 113acef3d2079145a0f479229d5fc6388605f1b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 05:40:55 +0000 Subject: [PATCH] Bump tracing-opentelemetry from 0.32.0 to 0.32.1 Bumps [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) from 0.32.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.32.0...v0.32.1) --- updated-dependencies: - dependency-name: tracing-opentelemetry dependency-version: 0.32.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++----- src/hyperlight_wasm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f26e419..3319bd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3484,16 +3484,13 @@ dependencies = [ [[package]] name = "tracing-opentelemetry" -version = "0.32.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e6e5658463dd88089aba75c7791e1d3120633b1bfde22478b28f625a9bb1b8e" +checksum = "1ac28f2d093c6c477eaa76b23525478f38de514fa9aeb1285738d4b97a9552fc" dependencies = [ "js-sys", "opentelemetry", - "opentelemetry_sdk", - "rustversion", "smallvec", - "thiserror 2.0.17", "tracing", "tracing-core", "tracing-log", diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index fb5ce2e..0de11e1 100644 --- a/src/hyperlight_wasm/Cargo.toml +++ b/src/hyperlight_wasm/Cargo.toml @@ -90,7 +90,7 @@ tokio = { version = "1.49.0", features = ["full"] } tracing-forest = { version = "0.3.0", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] } tracing = "0.1.44" tracing-subscriber = {version = "0.3.22", features = ["std", "env-filter"]} -tracing-opentelemetry = "0.32.0" +tracing-opentelemetry = "0.32.1" uuid = { version = "1.19.0", features = ["v4"] } [build-dependencies]