summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-11-15 10:29:52 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-11-15 10:29:52 +0800
commit2d11a191fbdccd3e16b6542743854151d4ebbc5d (patch)
tree6eba61c03a5ab51abf195c008e59a08ab1ca0d71 /tui-react/Cargo.toml
parentdaad3817e314b972294730c880536142521dee30 (diff)
update tui-react to tui v0.13tui-react-v0.13.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 e4fdcfb..925a949 100644
--- a/tui-react/Cargo.toml
+++ b/tui-react/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tui-react"
-version = "0.12.0"
+version = "0.13.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.12.0", default-features = false }
+tui = { version = "0.13.0", default-features = false }
log = "0.4.6"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.7"