From 38ab747c410436dc1d46c23350cbb300784cdc80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 23:36:45 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.3.20 to 0.3.22 in /rust Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.20 to 0.3.22. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.20...tracing-subscriber-0.3.22) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 6713ad7..18ca08c 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -444,9 +444,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.20" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" +checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" dependencies = [ "nu-ansi-term", "sharded-slab", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8d5ce1f..e6c2676 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -47,7 +47,7 @@ derive_builder = "0.20" gettid = { version = "0.1.4", optional = true } nvtx-sys = { path = "crates/nvtx-sys" } tracing-core = { version = "0.1.36", optional = true } -tracing-subscriber = { version = "0.3.20", optional = true } +tracing-subscriber = { version = "0.3.23", optional = true } widestring = "1.2.1" [dev-dependencies]