summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-06-26 02:14:44 -0400
committerGitHub <noreply@github.com>2021-06-26 02:14:44 -0400
commit4569532fb1bb083efdb426ab9b48e5063c9aefc4 (patch)
tree611a85dd7d23a7a9e85f2bc666d69360a18b0791 /Cargo.toml
parent34541a4844fb2ce4ac88781f0b50aec609d5d7e8 (diff)
deps: update sysinfo to 0.18.2 (#524)
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 bd5f25d8..1de6855a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,7 @@ once_cell = "1.5.2"
regex = "1.5.4"
serde = { version = "1.0.125", features = ["derive"] }
# Sysinfo is still used in Linux for the ProcessStatus
-sysinfo = "0.17.3"
+sysinfo = "0.18.2"
thiserror = "1.0.24"
toml = "0.5.8"
tui = { version = "0.14.0", features = ["crossterm"], default-features = false }