From 12b4518fa1c9b76ada04a57aa11ccc96a5529c2d Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Fri, 13 Dec 2019 02:42:36 -0500 Subject: Fixed problem with invalid vector index access. --- Cargo.toml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1d2048f0..198bb10f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,16 +26,10 @@ heim = "0.0.8" log = "0.4" rayon = "1.2" regex = "1.3.1" -sysinfo = "0.10" +sysinfo = "0.9" tokio = "0.2.4" winapi = "0.3.8" - -[dependencies.tui] -# git = "https://github.com/ClementTsang/tui-rs" -# path = "../tui-rs" -version = "0.7" -default-features = false -features = ['crossterm'] +tui = {version = "0.7", features = ["crossterm"], default-features = false } [dev-dependencies] assert_cmd = "0.10" -- cgit v1.2.3