From c660440a72caa365673b5fba09f38bdd47e14da2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:25:50 +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 993e3d3..cfc1791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0.195", features = ["derive"] } tokio = { version = "1.28.1", features = ["full"] } tracing = { version = "0.1.40", features = ["log"] } tracing-bunyan-formatter = "0.3.8" -tracing-log = "0.1.4" +tracing-log = "0.2.0" tracing-subscriber = { version = "0.3.18", features = ["registry", "env-filter"] } uuid = { version = "1.3.4", features = ["v4", "serde"] } thiserror = "1.0"