From d959facfc5426de2a76c3494bc045ea646da6989 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 28 May 2024 18:44:02 -0400 Subject: [PATCH] cli: Bump to tracing-subscriber 0.3 The 0.2 series has been dead since https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.0 It's long past time to update. --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3ea1fe29..561d22d6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -17,7 +17,7 @@ libc = "0.2.92" tokio = { version = "1", features = ["macros"] } log = "0.4.0" tracing = "0.1" -tracing-subscriber = "0.2.17" +tracing-subscriber = "0.3" [features] # A proxy for the library feature