diff --git a/packages/cli/Cargo.toml b/packages/cli/Cargo.toml index 34309d7e39..a52961c13a 100644 --- a/packages/cli/Cargo.toml +++ b/packages/cli/Cargo.toml @@ -114,8 +114,7 @@ crossterm = { workspace = true, features = ["event-stream"] } ratatui = { workspace = true, features = ["crossterm", "unstable"] } shell-words = { workspace = true } -# disable `log` entirely since `walrus` uses it and is *much* slower with it enableda -log = { version = "0.4", features = ["max_level_off", "release_max_level_off"] } +log = { version = "0.4" } # link intercept tempfile = "3.19.1"