diff --git a/Cargo.toml b/Cargo.toml index 770786a..cad3808 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ tokio-util = { version = "0.7.16", features = ["codec", "net"] } tracing = { version = "0.1.41", features = [ "attributes", ], default-features = false } -tracing-subscriber = { version = "0.3.19", default-features = false } +tracing-subscriber = { version = "0.3.20", default-features = false } ipc-channel = "0.20.2" [profile.profiling] inherits = "release"