diff --git a/Cargo.toml b/Cargo.toml index 974e98a..a2fde8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ tty = ["crossterm"] debug = [] [dependencies] -crossterm = { version = "0.24", optional = true } +crossterm = { version = "0.25", optional = true } strum = "0.24" strum_macros = "0.24" unicode-width = "0.1"