summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parentbbd3a1ceaa15fb07c86ad9f4f5fcbaf991cb12af (diff)
upgrade sysinfo and make thread detection work for all Apple M series for now.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b6bb259..a606192 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -396,9 +396,9 @@ dependencies = [
[[package]]
name = "ntapi"
-version = "0.3.7"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
+checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc"
dependencies = [
"winapi",
]
@@ -671,9 +671,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.23.13"
+version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3977ec2e0520829be45c8a2df70db2bf364714d8a748316a10c3c35d4d2b01c9"
+checksum = "0d08ba83d6dde63d053e42d7230f0dc7f8d8efeb8d30d3681580d158156461ba"
dependencies = [
"cfg-if",
"core-foundation-sys",