summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-27 23:00:51 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-27 23:00:51 -0500
commit792be871e88d4fde3769e963b8fd3e4be07a2e84 (patch)
tree25be552f1aa5d0f0e4291dbab99cc3020ba21231 /Cargo.toml
parent3f55f071b7acd4fe5727d2d9ca0c5e5d992c7703 (diff)
Uptick crossterm version.
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 5d6bbf1a..035173e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ log = "0.4.8"
regex = "1.3.4"
sysinfo = "0.11"
winapi = "0.3.8"
-crossterm = "0.14"
+crossterm = "0.16"
tui = {version = "0.8", features = ["crossterm"], default-features = false }
lazy_static = "1.4.0"
backtrace = "0.3"