diff --git a/Cargo.toml b/Cargo.toml index c8e5df1..17f8ce0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ futures-util = { version = "0.3", optional = true } # CLI camino = { version = "1", optional = true } clap = { version = "4", features = ["derive"], optional = true } -tracing-forest = { version = "0.1.4", optional = true } +tracing-forest = { version = "0.2.0", optional = true } tracing-subscriber = { version = "0.3", features = [ "env-filter", ], optional = true }