diff --git a/crates/terminal/Cargo.toml b/crates/terminal/Cargo.toml index fde0c92..c1f5755 100644 --- a/crates/terminal/Cargo.toml +++ b/crates/terminal/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -crossterm = "0.27" +crossterm = "0.28" [[example]] name = "textarea"