summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-12-13 18:48:38 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-12-13 19:02:05 +0100
commitbbd5c67342f9e5b509b0ab6e9ca2319c3c7605e2 (patch)
tree496205043ddea2fa66edf5c3c13cd1d5b03de0ea /Cargo.toml
parentbbd3a1ceaa15fb07c86ad9f4f5fcbaf991cb12af (diff)
upgrade sysinfo and make thread detection work for all Apple M series for now.
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 2198777..d66aeea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ wild = "2.0.4"
owo-colors = "3.5.0"
[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies]
-sysinfo = { version = "0.23.2", default-features = false }
+sysinfo = { version = "0.27.0", default-features = false }
[[bin]]
name="dua"