diff --git a/beeps/Cargo.toml b/beeps/Cargo.toml index 9aee6fd..2dd88f5 100644 --- a/beeps/Cargo.toml +++ b/beeps/Cargo.toml @@ -9,7 +9,7 @@ workspace = true [dependencies] clap = { version = "4.5.27", features = ["derive"] } beeps_core = { path = "../beeps_core" } -crossterm = { version = "0.28.1", features = ["event-stream"] } +crossterm = { version = "0.29.0", features = ["event-stream"] } directories = "6.0.0" futures = "0.3.31" ratatui = "0.29.0"