summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-05-03 07:04:15 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-05-03 07:04:15 +0800
commit296b5a7172233b030a3995aa72c361873029bc65 (patch)
tree0292aae368a91eea4afd176bb24d6bd14f2573c4
parenta9ce7578bcbc088c8b18e33de83860e10991bf85 (diff)
[dua] actually upgrade to tui 0.15
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f3f5d89..4fa621e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,8 +31,8 @@ colored = "2.0.0"
# 'tui' related
unicode-segmentation = { version = "1.3.0", optional = true }
crosstermion = { optional = true, version = "0.6.0", default-features = false }
-tui = { version = "0.14.0", optional = true, default-features = false }
-tui-react = { version = "0.14.0", optional = true }
+tui = { version = "0.15.0", optional = true, default-features = false }
+tui-react = { version = "0.15.0", optional = true }
open = { version = "1.2.2", optional = true }
wild = "2.0.4"