aboutsummaryrefslogtreecommitdiffstats
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
parentRemove all select * from the server queries (#347) (diff)
downloadatuin-43d299fde3b06f6dbfc95d99f8fcae46d06ae6a4.zip
bump tui (#346)
Diffstat (limited to '')
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9d6a9218..2fd772f6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2482,9 +2482,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "tui"
-version = "0.16.0"
+version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "39c8ce4e27049eed97cfa363a5048b09d995e209994634a0efc26a14ab6c0c23"
+checksum = "96fe69244ec2af261bced1d9046a6fee6c8c2a6b0228e59e5ba39bc8ba4ed729"
dependencies = [
"bitflags",
"cassowary",
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"