From 3c7cb96fe13d92986979c8f0d01c674b2bcfaaa7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:20:21 +0000 Subject: [PATCH] Update tokio-tracing monorepo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a2d901..0d0a77b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ log = "0.4.17" tracing = "0.1.36" tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] } tracing-bunyan-formatter = "0.3" -tracing-log = "0.1.3" +tracing-log = "0.2.0" thiserror = "1.0.34" serde-aux = "4" unicode-segmentation = "1.9.0"