diff --git a/crates/gitnow/Cargo.toml b/crates/gitnow/Cargo.toml index f320d5e..334ffe7 100644 --- a/crates/gitnow/Cargo.toml +++ b/crates/gitnow/Cargo.toml @@ -35,7 +35,7 @@ nucleo-matcher = "0.3.1" ratatui = { version = "0.29.0", features = ["termwiz"] } crossterm = { version = "0.28.0", features = ["event-stream"] } futures = "0.3.30" -termwiz = "0.22.0" +termwiz = "0.23.0" [dev-dependencies] pretty_assertions = "1.4.0"