From 293ef9e8a215e42ac61fa6d8bc4a500fc3de5685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:59:46 +0000 Subject: [PATCH] chore(deps): update tracing-subscriber requirement Updates the requirements on [tracing-subscriber](https://github.com/tokio-rs/tracing) to permit the latest version. Updates `tracing-subscriber` to 0.3.20 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.0...tracing-subscriber-0.3.20) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05e4056..3880cf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1.0" tokio = { version = "1.1.1", features = ["full"] } handle-errors = { path = "handle-errors", version = "0.1.0" } tracing = { version = "0.1", features = ["log"] } -tracing-subscriber = "0.2" +tracing-subscriber = "0.3" sqlx = { version = "0.8", features = [ "runtime-tokio-rustls", "migrate", "postgres" ] } reqwest = { version = "0.11", features = ["json"] } reqwest-middleware = "0.1.1"