From b6660dcdb7367da08091b1186b4a4ac710fdbc18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 05:22:13 +0000 Subject: [PATCH] Bump tracing-core from 0.1.34 to 0.1.35 in /rust Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.34 to 0.1.35. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.34...tracing-core-0.1.35) --- updated-dependencies: - dependency-name: tracing-core dependency-version: 0.1.35 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 811465b..b6af232 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -423,9 +423,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" +checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" dependencies = [ "once_cell", "valuable", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a9d8376..d0f93ca 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -46,7 +46,7 @@ color-name = { version = "1.2.0", optional = true } derive_builder = "0.20" gettid = { version = "0.1.4", optional = true } nvtx-sys = { path = "crates/nvtx-sys" } -tracing-core = { version = "0.1.34", optional = true } +tracing-core = { version = "0.1.35", optional = true } tracing-subscriber = { version = "0.3.20", optional = true } widestring = "1.2.1"