aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorConrad Ludgate <conrad.ludgate@truelayer.com>2022-04-26 12:38:26 +0100
committerGitHub <noreply@github.com>2022-04-26 12:38:26 +0100
commit43d299fde3b06f6dbfc95d99f8fcae46d06ae6a4 (patch)
tree24fb2a5b24477b72ae4343c5ed39ac6ba90e46f5 /Cargo.toml
parentRemove all select * from the server queries (#347) (diff)
downloadatuin-43d299fde3b06f6dbfc95d99f8fcae46d06ae6a4.zip
bump tui (#346)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"