summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-09-27 14:23:18 -0400
committerGitHub <noreply@github.com>2020-09-27 14:23:18 -0400
commit7eff79395db3efe9914d3e5ddcd6df7a1fdc649d (patch)
tree86e02cbc9d5e25d01b6e1c4e3e057521fb1d258f /Cargo.toml
parent7a9fcae6053d02296a35bca20f4aa0ee52e773c4 (diff)
bug: fix chart and data point overlap (#256)
Update to tui-rs, which fixes #255, as well as some miscellaneous things like updating changelogs and travis.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 90a877a5..e46ef7b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ serde = {version = "1.0", features = ["derive"] }
sysinfo = "0.15.1"
thiserror = "1.0.20"
toml = "0.5.6"
-tui = {version = "0.11.0", features = ["crossterm"], default-features = false }
+tui = {version = "0.12.0", features = ["crossterm"], default-features = false }
# tui = {version = "0.11.0", features = ["crossterm"], default-features = false, path="../tui-rs" }
typed-builder = "0.7.0"
unicode-segmentation = "1.6.0"