Skip to content

Commit b4b9cfb

Browse files
committed
Upgrade to rustc-rayon-core 0.5.1
* [Fix a race with deadlock detection](rust-lang/rustc-rayon#15) * [Cherry-pick changes from upstream rayon-core](rust-lang/rustc-rayon#16) - This also removes a few dependencies from rustc's tidy list.
1 parent c6aad02 commit b4b9cfb

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Diff for: Cargo.lock

+2-4
Original file line numberDiff line numberDiff line change
@@ -3199,14 +3199,12 @@ dependencies = [
31993199

32003200
[[package]]
32013201
name = "rustc-rayon-core"
3202-
version = "0.5.0"
3202+
version = "0.5.1"
32033203
source = "registry+https://github.com/rust-lang/crates.io-index"
3204-
checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
3204+
checksum = "2f42932dcd3bcbe484b38a3ccf79b7906fac41c02d408b5b1bac26da3416efdb"
32053205
dependencies = [
3206-
"crossbeam-channel",
32073206
"crossbeam-deque",
32083207
"crossbeam-utils",
3209-
"num_cpus",
32103208
]
32113209

32123210
[[package]]

Diff for: src/tools/tidy/src/deps.rs

-3
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
259259
"constant_time_eq",
260260
"cpufeatures",
261261
"crc32fast",
262-
"crossbeam-channel",
263262
"crossbeam-deque",
264263
"crossbeam-epoch",
265264
"crossbeam-utils",
@@ -294,7 +293,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
294293
"gimli",
295294
"gsgdt",
296295
"hashbrown",
297-
"hermit-abi",
298296
"icu_list",
299297
"icu_list_data",
300298
"icu_locid",
@@ -328,7 +326,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
328326
"miniz_oxide",
329327
"nix",
330328
"nu-ansi-term",
331-
"num_cpus",
332329
"object",
333330
"odht",
334331
"once_cell",

0 commit comments

Comments
 (0)