summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-01-20 11:20:55 -0800
committerGitHub <noreply@github.com>2022-01-20 11:20:55 -0800
commitfbd95126b03c5524d1d0440f8893f8ca12eb3d8c (patch)
treecccc54014e036d223d3e12c1227537e876e4f34b /Cargo.toml
parent1237a35663559d5088ccdd541f15e4dadadd5d64 (diff)
parente195b056b065f23e3840ad547b88512e863d0964 (diff)
Merge pull request #658 from GuillaumeGomez/update-sysinfo
Update sysinfo 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 ff6a4a2f..eb0f399f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,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.18.2"
+sysinfo = "0.23.0"
thiserror = "1.0.24"
time = { version = "0.3.5", features = ["formatting", "macros"] }
toml = "0.5.8"