summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-03-04 01:34:52 -0500
committerGitHub <noreply@github.com>2023-03-04 01:34:52 -0500
commit994c11e3b35a9ca56c5f20796dd55fd7cc739cee (patch)
treec29cf469085efabba650b7bfd9518cb1d2a517f6 /Cargo.lock
parentea318e83c94fab0786ac42d4560d3baffd86ffb3 (diff)
refactor: migrate network collection to sysinfo (#1041)
* refactor: migrate network collection to sysinfo * remove net feature from heim * comments and changelog
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock22
1 files changed, 0 insertions, 22 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c46df1a5..42114e50 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -820,7 +820,6 @@ checksum = "b8a653442b9bdd11a77d3753a60443c60c4437d3acac8e6c3d4a6a9acd7cceed"
dependencies = [
"heim-common",
"heim-disk",
- "heim-net",
"heim-runtime",
"heim-sensors",
]
@@ -862,21 +861,6 @@ dependencies = [
]
[[package]]
-name = "heim-net"
-version = "0.1.0-rc.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d13afa5e9b71c813c1e087bb27f51ae87d3a6d68a2bdd045bae4322dfae4948b"
-dependencies = [
- "bitflags",
- "cfg-if",
- "heim-common",
- "heim-runtime",
- "libc",
- "macaddr",
- "nix 0.19.1",
-]
-
-[[package]]
name = "heim-runtime"
version = "0.1.0-rc.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1043,12 +1027,6 @@ dependencies = [
]
[[package]]
-name = "macaddr"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "baee0bbc17ce759db233beb01648088061bf678383130602a298e6998eedb2d8"
-
-[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"