diff --git a/tui/Cargo.toml b/tui/Cargo.toml index 32cc981d..9252dd7d 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -21,7 +21,7 @@ ego-tree = { workspace = true } oneshot = "0.1.8" portable-pty = "0.8.1" ratatui = "0.28.1" -tui-term = "0.1.13" +tui-term = "0.1.12" temp-dir = "0.1.14" unicode-width = "0.2.0" rand = { version = "0.8.5", optional = true }