Skip to content

Commit 2c0ded7

Browse files
committed
Update rayon to 1.6
This removes an autocfg dependency edge
1 parent 26b6b2f commit 2c0ded7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/bootstrap/Cargo.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -468,21 +468,20 @@ dependencies = [
468468

469469
[[package]]
470470
name = "rayon"
471-
version = "1.5.3"
471+
version = "1.6.0"
472472
source = "registry+https://github.com/rust-lang/crates.io-index"
473-
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
473+
checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"
474474
dependencies = [
475-
"autocfg",
476475
"crossbeam-deque",
477476
"either",
478477
"rayon-core",
479478
]
480479

481480
[[package]]
482481
name = "rayon-core"
483-
version = "1.9.3"
482+
version = "1.10.1"
484483
source = "registry+https://github.com/rust-lang/crates.io-index"
485-
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
484+
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
486485
dependencies = [
487486
"crossbeam-channel",
488487
"crossbeam-deque",

0 commit comments

Comments
 (0)