deps: remove 'num_cpus'

Now that std:🧵:available_parallelism is a thing, we no longer
need num_cpus.
This commit is contained in:
Andrew Gallant
2023-01-05 08:15:09 -05:00
parent 61101289fa
commit 28bff84a0a
4 changed files with 56 additions and 53 deletions

11
Cargo.lock generated
View File

@@ -340,16 +340,6 @@ dependencies = [
"libc",
]
[[package]]
name = "num_cpus"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "once_cell"
version = "1.16.0"
@@ -447,7 +437,6 @@ dependencies = [
"jemallocator",
"lazy_static",
"log",
"num_cpus",
"regex",
"serde",
"serde_derive",