diff --git a/Cargo.toml b/Cargo.toml index c4a847f..99be52d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ cassowary = "0.3" unicode-segmentation = "1.2" unicode-width = "0.1" termion = { version = "1.5", optional = true } -crossterm = { version = "0.22", optional = true } +crossterm = { version = "0.23", optional = true } serde = { version = "1", optional = true, features = ["derive"]} [dev-dependencies]