From 0ce3887590ddb10dc238d565111edfd50dd9dd82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:44:59 +0000 Subject: [PATCH] chore(deps): 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfadf00..a70b088 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1985,9 +1985,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 = [ "nu-ansi-term", "sharded-slab", diff --git a/Cargo.toml b/Cargo.toml index 73634d5..c46311b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ utoipa = "5.4.0" reqwest = { version = "0.13.2", features = ["blocking", "json"] } utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] } tracing = "0.1.44" -tracing-subscriber = "0.3.22" +tracing-subscriber = "0.3.23" tower-http = { version = "0.6.8", features = ["trace"] } rust_iso3166 = "0.1.14" snafu = "0.8.9"