From 695269213ca0b3c6e07a920001f35ac2dd554421 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:19:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20tracing-subscribe?= =?UTF-8?q?r=20to=200.3.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcf0863..580c794 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tokio = { version = "1.19.2", features = [ ] } clap = { version = "4.5.1", features = ["derive"] } tracing = "0.1.34" -tracing-subscriber = { version = "0.3.11", features = [ +tracing-subscriber = { version = "0.3.18", features = [ "env-filter", "fmt", "ansi",