mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-22 05:52:33 +01:00
84 lines
2.0 KiB
Diff
84 lines
2.0 KiB
Diff
Disable unnecessary features of sysinfo crate.
|
|
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -30 +30 @@
|
|
-sysinfo = "0.29.0"
|
|
+sysinfo = { version = "0.29.0", default-features = false }
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -173,25 +173,6 @@
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
|
|
|
[[package]]
|
|
-name = "crossbeam-deque"
|
|
-version = "0.8.5"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
|
-dependencies = [
|
|
- "crossbeam-epoch",
|
|
- "crossbeam-utils",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "crossbeam-epoch"
|
|
-version = "0.9.18"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
-dependencies = [
|
|
- "crossbeam-utils",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -239,12 +220,6 @@
|
|
]
|
|
|
|
[[package]]
|
|
-name = "either"
|
|
-version = "1.12.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
|
|
-
|
|
-[[package]]
|
|
name = "env_logger"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -685,26 +660,6 @@
|
|
]
|
|
|
|
[[package]]
|
|
-name = "rayon"
|
|
-version = "1.10.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
|
-dependencies = [
|
|
- "either",
|
|
- "rayon-core",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "rayon-core"
|
|
-version = "1.12.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
-dependencies = [
|
|
- "crossbeam-deque",
|
|
- "crossbeam-utils",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "redox_users"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -886,7 +841,6 @@
|
|
"libc",
|
|
"ntapi",
|
|
"once_cell",
|
|
- "rayon",
|
|
"winapi",
|
|
]
|
|
|