summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-03-07 00:18:24 -0500
committerGitHub <noreply@github.com>2023-03-07 00:18:24 -0500
commitb7456841566e6e526af028368d0a0149392b176e (patch)
treee41f21506a43a6f3188715ca5bc3ee377db64168 /Cargo.lock
parent8489c4bc1001073e3eebbe5ec944f175fb4c7b5f (diff)
refactor: more data collection cleanup (#1047)
* refactor: more memory collection cleanup * more cleanup * clean up data_harvester, remove heim sensor flag Separate out most individual components to separate functions. Also remove Linux's usage of heim's sensors feature, since I wasn't using it apparently. * clean up GPU section * fix cond * fix feature flags * more cleanup * even more cleanup
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 0 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 42114e50..cad398fc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -821,7 +821,6 @@ dependencies = [
"heim-common",
"heim-disk",
"heim-runtime",
- "heim-sensors",
]
[[package]]
@@ -873,17 +872,6 @@ dependencies = [
]
[[package]]
-name = "heim-sensors"
-version = "0.1.0-rc.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "82de7f0784d3b0c53f2e8875c63f430bf6718b03ec8ddce905c12887031158f5"
-dependencies = [
- "cfg-if",
- "heim-common",
- "heim-runtime",
-]
-
-[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"