summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-03-03 00:06:19 -0500
committerGitHub <noreply@github.com>2023-03-03 00:06:19 -0500
commit8cc763cc1b9741349805fd658308cc34ddba2a4f (patch)
tree949fadbd8e64f9096ef03a027ab678e1778b3e83 /Cargo.lock
parentc2d94900f31305176781950278bc629d399f41f3 (diff)
refactor: migrate memory collection to sysinfo for all platforms (#1036)
* cleanup * refactor: remove heim memory code * add missing updates, remove heim memory feature * restrict export visibility * some refactoring, remove smol * gpu feature
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock21
1 files changed, 2 insertions, 19 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bda1bd79..c46df1a5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -240,7 +240,6 @@ dependencies = [
"regex",
"serde",
"serde_json",
- "smol",
"starship-battery",
"sysctl",
"sysinfo",
@@ -821,7 +820,6 @@ checksum = "b8a653442b9bdd11a77d3753a60443c60c4437d3acac8e6c3d4a6a9acd7cceed"
dependencies = [
"heim-common",
"heim-disk",
- "heim-memory",
"heim-net",
"heim-runtime",
"heim-sensors",
@@ -864,21 +862,6 @@ dependencies = [
]
[[package]]
-name = "heim-memory"
-version = "0.1.0-rc.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6fa81bccc5e81ab0c68f520ecba5cb42817bacabfc6120160de886754ad0e3e1"
-dependencies = [
- "cfg-if",
- "heim-common",
- "heim-runtime",
- "lazy_static",
- "libc",
- "mach",
- "winapi",
-]
-
-[[package]]
name = "heim-net"
version = "0.1.0-rc.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1656,9 +1639,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.26.7"
+version = "0.26.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c375d5fd899e32847b8566e10598d6e9f1d9b55ec6de3cdf9e7da4bdc51371bc"
+checksum = "5c18a6156d1f27a9592ee18c1a846ca8dd5c258b7179fc193ae87c74ebb666f5"
dependencies = [
"cfg-if",
"core-foundation-sys 0.8.3",