]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #92740 - cuviper:update-rayons, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Sun, 16 Jan 2022 08:12:23 +0000 (08:12 +0000)
committerbors <bors@rust-lang.org>
Sun, 16 Jan 2022 08:12:23 +0000 (08:12 +0000)
commit42852d7857d2955f19ec333bec1ed107964db200
treeae7aae62e98c28f9940dd510dc3a6b7575523dea
parent26c06cf8e27e5fa06b4894f14588c187510bae47
parentf3b8812f2473b49453e79c3f57acf4fa4c2ca227
Auto merge of #92740 - cuviper:update-rayons, r=Mark-Simulacrum

Update rayon and rustc-rayon

This updates rayon for various tools and rustc-rayon for the compiler's parallel mode.

- rayon v1.3.1 -> v1.5.1
- rayon-core v1.7.1 -> v1.9.1
- rustc-rayon v0.3.1 -> v0.3.2
- rustc-rayon-core v0.3.1 -> v0.3.2

... and indirectly, this updates all of crossbeam-* to their latest versions.

Fixes #92677 by removing crossbeam-queue, but there's still a lingering question about how tidy discovers "runtime" dependencies. None of this is truly in the standard library's dependency tree at all.
Cargo.lock
src/librustdoc/Cargo.toml
src/tools/tidy/src/deps.rs