summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-09-16 04:42:24 -0400
committerGitHub <noreply@github.com>2022-09-16 04:42:24 -0400
commitc6c7fb3a30f00f4f5025fdb487b513c723335694 (patch)
treede2cca1f4a8d1d98f3481197ae63d4fd4cf6cb5f /Cargo.toml
parenta427a9d2f2f90d651b046ea439d4626935372b89 (diff)
deps: update sysinfo to 0.26.2 (#806)
* deps: update sysinfo to 0.26.2 This dependency update has some nice things in store for us: - MacOS M1 temperature support - Bevy of bug fixes * update documentation * some fixes
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 e223528d..e0f58ab9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -74,7 +74,7 @@ once_cell = "1.5.2"
regex = "1.5.5"
serde = { version = "1.0.136", features = ["derive"] }
starship-battery = { version = "0.7.9", optional = true }
-sysinfo = "0.23.10"
+sysinfo = "0.26.2"
thiserror = "1.0.30"
time = { version = "0.3.9", features = ["formatting", "macros"] }
toml = "0.5.9"