diff --git a/Cargo.toml b/Cargo.toml index f7836a7..a81570d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ tui = { version = "0.19", default-features = false } unicode-width = "0.1" [dev-dependencies] -crossterm = "0.25" +crossterm = "0.27" tui = "0.19"