From 11b71265bba0c87c981efa64d8d39f08fc605227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:20:13 +0000 Subject: [PATCH] build(deps): bump tracing from 0.1.41 to 0.1.43 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.41 to 0.1.43. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.41...tracing-0.1.43) --- updated-dependencies: - dependency-name: tracing dependency-version: 0.1.43 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 2500a3b..76f0364 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3528,9 +3528,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.41" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" +checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647" dependencies = [ "log", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 3d4dbf5..96622d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ thiserror = "2.0.17" tokio = { version = "1.48.0", features = ["full"] } tokio-stream = "0.1.17" tower-http = { version = "0.6.7", features = ["cors"] } -tracing = "0.1.41" +tracing = "0.1.43" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } url = "2.5.4" utoipa = { version = "5.4.0", features = ["axum_extras", "uuid", "chrono", "macros"] }