From ee88a1ed64a3be269242bd63f9a05dcad9e2aa4a Mon Sep 17 00:00:00 2001 From: liv Date: Sun, 16 Jul 2023 12:51:30 +0200 Subject: [PATCH] revert tracing version to pre-yank --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fb357c..df058c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" axum = "0.6.17" ramhorns = "0.14.0" tokio = { version = "1.28.0", features = ["rt-multi-thread", "macros"] } -tracing = "0.1.38" +tracing = "0.1.37" tracing-subscriber = "0.3.17"