From 508e27906e95bc33b639727546f40f1b7a7c0a00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:36:48 +0000 Subject: [PATCH] fix(deps): update rust crate tracing-subscriber to 0.3.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8803299..5ab1eed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ reqwest = { version = "0.12.0", features = ["json", "rustls-tls"] } poise = "0.5.5" tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] } tracing = "0.1.37" -tracing-subscriber = "0.3.17" +tracing-subscriber = "0.3.18" serde = "1.0.188" serde_json = "1.0.107" dotenvy = "0.15.7"