diff --git a/Cargo.toml b/Cargo.toml index e30bfb56..cdeee41a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ anyhow = "1.0" # CLI clap = { version = "4.5", features = ["derive", "cargo"] } -colored = "2.1" +colored = "3.1" # TUI (optional) ratatui = { version = "0.29", optional = true } @@ -119,7 +119,7 @@ async-inspect-macros = { version = "0.1.0", path = "async-inspect-macros" } tokio = { version = "1.35", features = ["full"] } tokio-test = "0.4" criterion = { version = "0.5", features = ["async_tokio"] } -colored = "2.1" +colored = "3.1" [features] default = ["cli", "tokio"]