From 355fc4e545ad31ddb0dc316483ade79385a2947f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:01:32 +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 49d3d22..e8ce552 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tokio = { version = "1.36.0", 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",