summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2019-12-13 02:45:09 -0500
committerClement Tsang <34804052+ClementTsang@users.noreply.github.com>2019-12-13 02:45:09 -0500
commita0729d391319e8b6fe8a94aac1ff4ba75a2e9425 (patch)
tree23915c0dd8040387969cc5ede2923bcc1cf356e6 /Cargo.toml
parent8d5db7aa792075efc69594c759b8eb0a7fb12194 (diff)
Fix for winapi
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 198bb10f..0605d790 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ heim = "0.0.8"
log = "0.4"
rayon = "1.2"
regex = "1.3.1"
-sysinfo = "0.9"
+sysinfo = "0.10"
tokio = "0.2.4"
winapi = "0.3.8"
tui = {version = "0.7", features = ["crossterm"], default-features = false }