summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ebef0f0a..5a3b220b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1363,9 +1363,9 @@ checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
[[package]]
name = "tui"
-version = "0.11.0"
+version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "36626dee5ede9fd34015e9fb4fd7eedf3f3d05bdf1436aaef15b7d0a24233778"
+checksum = "c2eaeee894a1e9b90f80aa466fe59154fdb471980b5e104d8836fcea309ae17e"
dependencies = [
"bitflags",
"cassowary",