summaryrefslogtreecommitdiffstats
path: root/tui-react/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 /tui-react/Cargo.toml
parenta078086ce7fad108929afc7c8f24ab7c05b1be46 (diff)
Upgrade to tui 0.9v2.6.0tui-react-v0.4.0
Diffstat (limited to 'tui-react/Cargo.toml')
-rw-r--r--tui-react/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml
index c61cefe..6782a48 100644
--- a/tui-react/Cargo.toml
+++ b/tui-react/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tui-react"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"
@@ -9,7 +9,7 @@ readme = "README.md"
license = "MIT"
[dependencies]
-tui = { version = "0.8.0", default-features = false }
+tui = { version = "0.9.1", default-features = false }
log = "0.4.6"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.7"