summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 10:45:40 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 10:45:40 +0800
commit839b9323d93b9f562f6414cd66504b6d686c0224 (patch)
treedec25a406b00786c03d7afc3e683f54a4dd632e4 /Cargo.toml
parent773497cc48a406a069be84e14194d51484fdbec2 (diff)
Upgrade to tui 0.10 step one…tui-react-v0.10.0
…which can be followed by a crosstermion upgrade once prodash/crosstermion have caught up.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 470efbb..7067b9f 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.2.0", default-features = false }
-tui = { version = "0.9.1", optional = true, default-features = false }
-tui-react = { version = "0.4", optional = true }
+tui = { version = "0.10.0", optional = true, default-features = false }
+tui-react = { version = "0.10", optional = true, path = "tui-react" }
open = { version = "1.2.2", optional = true }
wild = "2.0.4"