diff --git a/Cargo.toml b/Cargo.toml index bceb1fb..56f1f88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ thiserror = "1.0.49" futures = "0.3.28" tokio = { version = "1.33.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] } tokio-stream = { version = "0.1.14", features = ["net"] } -tracing = "0.1.37" +tracing = "0.1.40" tracing-subscriber = "0.3.17" serde_json = "1.0.107" clap = "4.4.6"