From 636dc8e1ecaf729da5618a692547af0403e34c80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:04:28 +0000 Subject: [PATCH] fix(deps): update tokio-tracing monorepo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 59233f4..4a651fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ futures = "0.3.23" influxdb2_client = { git = "https://github.com/influxdata/influxdb_iox" } structopt = "0.3.26" tokio = { version = "1.20.1", features = ["macros", "rt", "rt-multi-thread"] } -tracing = "0.1.36" -tracing-subscriber = "0.3.15" +tracing = "0.1.40" +tracing-subscriber = "0.3.18" uuid = "1.1.2"