diff --git a/simag_terminal/Cargo.toml b/simag_terminal/Cargo.toml index 6f7c73a..cee93a4 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.23" tui = { version = "0.15", default-features = false, features = ['crossterm'] } # internal