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"