From 092b5d8f3c87943d2bae7b326a9698bf1dd177a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:42:42 +0000 Subject: [PATCH] Update Rust crate tracing-subscriber to 0.3.23 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c41f4f9d..e3eb301d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7438,7 +7438,7 @@ version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.117", @@ -8409,9 +8409,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 = [ "matchers", "nu-ansi-term", diff --git a/Cargo.toml b/Cargo.toml index 9d67d2e0d..e6b75c584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ tokio-util = { version = "0.7", features = ["codec"]} toml = "1.0" tracing = "0.1" tracing-opentelemetry = "0.22.0" -tracing-subscriber = "0.3.19" +tracing-subscriber = "0.3.23" twox-hash = "2.1.2" usdt = "0.6.0" uuid = { version = "1", features = [ "serde", "v4" ] }