summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-01 13:41:31 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-01 13:42:29 +0800
commitd871bc044028edf6e1cdb4cdcb1c59176648c129 (patch)
tree70883ce5039b8b8c5045f8948dab49bd90654a4f /tui-react/Cargo.toml
parent4b2e72f0a89b9f0930a894ef9ebf3e4af94464a0 (diff)
Update tui to 0.8
Diffstat (limited to 'tui-react/Cargo.toml')
-rw-r--r--tui-react/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml
index 08c6ba6..ff58dc1 100644
--- a/tui-react/Cargo.toml
+++ b/tui-react/Cargo.toml
@@ -9,5 +9,5 @@ readme = "README.md"
license = "MIT"
[dependencies]
-tui = "0.6.0"
+tui = "0.8.0"
log = "0.4.6"