From 53cffe9f71bd38d023d341f5d998bf77d9cc54b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 03:12:59 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.3.22 to 0.3.23 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.22 to 0.3.23. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight-js/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a363cbd..3b98824 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3824,9 +3824,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" +checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" dependencies = [ "matchers", "nu-ansi-term", diff --git a/src/hyperlight-js/Cargo.toml b/src/hyperlight-js/Cargo.toml index 780a3a1..f5676f2 100644 --- a/src/hyperlight-js/Cargo.toml +++ b/src/hyperlight-js/Cargo.toml @@ -62,7 +62,7 @@ serde_json = { version = "1.0" } tempfile = "3.27" tracing-forest = { version = "0.3.1", features = ["full"] } tracing-opentelemetry = "0.32.1" -tracing-subscriber = {version = "0.3.22", features = ["std", "env-filter"]} +tracing-subscriber = {version = "0.3.23", features = ["std", "env-filter"]} tracing-tracy = { version = "0.11", features = ["timer-fallback", "ondemand"] } uuid = "1.22.0"