diff --git a/crates/rrr_tui/Cargo.toml b/crates/rrr_tui/Cargo.toml index 2c0b784..24d410d 100644 --- a/crates/rrr_tui/Cargo.toml +++ b/crates/rrr_tui/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.66.0" [dependencies] anyhow = "1.0" -crossterm = "0.27" +crossterm = "0.29" futures = "0.3" rrr_config = { path = "../rrr_config" } rrr_fetch = { path = "../rrr_fetch" }