Bump build-parallel from 0.1.1 to 0.1.2

Bumps [build-parallel](https://github.com/jrmuizel/build-parallel) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/jrmuizel/build-parallel/releases)
- [Commits](https://github.com/jrmuizel/build-parallel/commits/v0.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-08 06:45:01 +00:00 committed by GitHub
parent f275115614
commit 2ed30167b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View file

@ -452,11 +452,11 @@ dependencies = [
[[package]]
name = "build-parallel"
version = "0.1.1"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b5f8b148c1884e660514fb1205f36b595e96df4daac5ad526a23db44937de77"
checksum = "b8e3ff9db740167616e528c509b3618046fc05d337f8f3182d300f4aa977d2bb"
dependencies = [
"crossbeam-utils 0.7.2",
"crossbeam-utils 0.8.1",
"jobserver",
"num_cpus",
]