From 6922741ea833108342c872e17f62a961294fe1ab Mon Sep 17 00:00:00 2001 From: evergreen-trading-systems <4870868+evergreen-trading-systems@users.noreply.github.com> Date: Sat, 6 May 2023 13:46:00 +0100 Subject: [PATCH] chore: bump tracing-subscriber --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 324c8cfa..61f91286 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ hex = "0.4" rand = "0.8" backoff = { version = "0.4", features = ["tokio"] } tracing = "0.1" -tracing-subscriber = "0.2" +tracing-subscriber = { version="0.3", features=["env-filter"] } socket2 = { version = "0.4", features = ["all"] } fdlimit = "0.2" tokio-native-tls = { version = "0.3", optional = true }