diff --git a/simag_terminal/Cargo.toml b/simag_terminal/Cargo.toml index 6f7c73a..89a7497 100644 --- a/simag_terminal/Cargo.toml +++ b/simag_terminal/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] copypasta = "0.7" -crossterm = "0.20" +crossterm = "0.24" tui = { version = "0.15", default-features = false, features = ['crossterm'] } # internal