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