summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 627df1f..d5df6da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,8 @@ structopt = "^0"
termion = "^1"
toml = "^0"
trash = { version = "^1", optional = true }
-tui = { version = "^0", default-features = false, features = ["termion"] }
+tui_old = { package = "tui", version = "0.17", default-features = false, features = ["termion"] }
+tui = { version = "0.18", default-features = false, features = ["termion"] }
unicode-segmentation = "^1"
unicode-width = "^0"
users = "^0"