From 43d299fde3b06f6dbfc95d99f8fcae46d06ae6a4 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Tue, 26 Apr 2022 12:38:26 +0100 Subject: bump tui (#346) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7bce89e8..4b933a35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ directories = "4" indicatif = "0.16.2" serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.75" -tui = "0.16" +tui = { version = "0.18", default-features = false, features = ["termion"] } termion = "1.5" unicode-width = "0.1" itertools = "0.10.3" -- cgit v1.3.1