summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2020-05-04 13:27:30 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2020-05-04 13:27:30 +0800
commit42c541ac1977cef5169981c5996820214da9c937 (patch)
tree5f82f70e61536478de487a17726d69a8c5c467bf /Cargo.toml
parenta078086ce7fad108929afc7c8f24ab7c05b1be46 (diff)
Upgrade to tui 0.9v2.6.0tui-react-v0.4.0
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 c5da4ea..ecb3186 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,12 +17,12 @@ jwalk = "0.5.0"
byte-unit = "3"
termion = "1.5.2"
atty = "0.2.11"
-tui = "0.8.0"
+tui = "0.9.1"
petgraph = "0.5"
itertools = "0.9.0"
open = "1.2.2"
log = "0.4.6"
-tui-react = { path = "./tui-react", version = "0.3" }
+tui-react = { path = "./tui-react", version = "0.4" }
num_cpus = "1.10.0"
unicode-segmentation = "1.3.0"
filesize = "0.2.0"