From a31609aa15d9c5b9d97969b8713a104bf9266c43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:29:29 +0000 Subject: [PATCH] fix(deps): update tokio-tracing monorepo --- cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index cb515be..30d793e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -9,8 +9,8 @@ clap = { version = "4.1", features = ["derive", "env"] } color-eyre = "0.6" tonic = { version = "0.8", features = ["tls", "tls-roots", "gzip"] } tokio = { version = "1", features=["full"] } -tracing = { version="0.1.37", features = ["async-await", "log"] } -tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } +tracing = { version="0.1.40", features = ["async-await", "log"] } +tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } tracing-error = { version = "0.2", features = ["traced-error"] } tracing-tree = { version = "0.2" } async-trait = "0.1.66"