From 5fca588c2dfcf8468d4d64304f4f232f5c89f7a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:06:47 +0000 Subject: [PATCH] fix(deps): update rust crate tracing to 0.1.40 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bceb1fb..56f1f88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ thiserror = "1.0.49" futures = "0.3.28" tokio = { version = "1.33.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] } tokio-stream = { version = "0.1.14", features = ["net"] } -tracing = "0.1.37" +tracing = "0.1.40" tracing-subscriber = "0.3.17" serde_json = "1.0.107" clap = "4.4.6"