From 2ed30167b7cdeb39b3a7d650dcf2d4b7bf530697 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 06:45:01 +0000 Subject: [PATCH] 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] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6de3ddd29c4..b2da6d5affe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ]