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

View File

@@ -47,7 +47,6 @@ grep = { version = "0.2.8", path = "crates/grep" }
ignore = { version = "0.4.18", path = "crates/ignore" }
lazy_static = "1.1.0"
log = "0.4.5"
num_cpus = "1.8.0"
regex = "1.3.5"
serde_json = "1.0.23"
termcolor = "1.1.0"