From e2581a6aa743deee445cabca3687663c734e1340 Mon Sep 17 00:00:00 2001 From: Kurtsley <73447098+Kurtsley@users.noreply.github.com> Date: Sun, 16 Oct 2022 17:01:53 -0500 Subject: [PATCH] update to tui .19 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f2afe8e..52d1a67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,10 @@ license = "MIT" keywords = ["terminal", "image", "tui", "widget"] [dependencies] -tui = "0.18" +tui = "0.19" failure = "0.1" image = "0.24" [dev-dependencies] -tui = { version = "0.18", default-features = false, features = ['termion'] } +tui = { version = "0.19", default-features = false, features = ['termion'] } termion = "1.5"