Skip to content

Commit

Permalink
Bug 1933199 - update Rust rayon crate to v1.10.0 r=kershaw,supply-cha…
Browse files Browse the repository at this point in the history
…in-reviewers,valentin

[mozilla/neqo#2135](mozilla/neqo#2135) adds `mtu` crate
to `neqo-*`. `mtu` crate depends on `windows-bindgen`. `windows-bindgen` depends
on `rayon` `1.7`.

On the other hand mozilla-central depends on [`rayon`
`v1.6.1`](https://searchfox.org/mozilla-central/rev/7987501f2c2ed1914e5c682bd328ace9c4a7c6cd/Cargo.lock#5149-5157).

Given that mozilla-central allows at most one version of each crate, let's
update mozilla-central to `rayon` `1.10.0`, i.e. the most recent version.

See mozilla/neqo#2135 (comment) for details.

Differential Revision: https://phabricator.services.mozilla.com/D230127

UltraBlame original commit: a80b258672c95bf02014f72b7fde8609b6f507cc
  • Loading branch information
marco-c committed Dec 1, 2024
1 parent c821d3e commit 1bb9425
Show file tree
Hide file tree
Showing 67 changed files with 25,561 additions and 4,841 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

201 changes: 192 additions & 9 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14458,8 +14458,6 @@ isrg
audits
.
rayon
-
core
]
]
who
Expand Down Expand Up @@ -14488,14 +14486,14 @@ delta
"
1
.
10
6
.
2
1
-
>
1
.
11
7
.
0
"
Expand All @@ -14508,8 +14506,6 @@ isrg
audits
.
rayon
-
core
]
]
who
Expand Down Expand Up @@ -14538,16 +14534,203 @@ delta
"
1
.
11
7
.
0
-
>
1
.
12
8
.
0
"
[
[
audits
.
isrg
.
audits
.
rayon
]
]
who
=
"
Ameer
Ghani
<
inahga
divviup
.
org
>
"
criteria
=
"
safe
-
to
-
deploy
"
delta
=
"
1
.
8
.
0
-
>
1
.
8
.
1
"
[
[
audits
.
isrg
.
audits
.
rayon
]
]
who
=
"
Brandon
Pitman
<
bran
bran
.
land
>
"
criteria
=
"
safe
-
to
-
deploy
"
delta
=
"
1
.
8
.
1
-
>
1
.
9
.
0
"
[
[
audits
.
isrg
.
audits
.
rayon
]
]
who
=
"
Brandon
Pitman
<
bran
bran
.
land
>
"
criteria
=
"
safe
-
to
-
deploy
"
delta
=
"
1
.
9
.
0
-
>
1
.
10
.
0
"
[
[
audits
.
isrg
.
audits
.
rayon
-
core
]
]
who
=
"
Ameer
Ghani
<
inahga
divviup
.
org
>
"
criteria
=
"
safe
-
to
-
deploy
"
version
=
"
1
.
12
.
1
"
[
[
Expand Down
16 changes: 8 additions & 8 deletions third_party/rust/rayon-core/.cargo-checksum.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toml
"
:
"
c25083c4b0fc46e0f63b88b4bc346a1c034698c16ece8f04ce72dd2af9cc7ffb
60f04aab82c6489c779cf19535fddf0ec1a673edc07f523c66c10996806d2fbe
"
"
LICENSE
Expand Down Expand Up @@ -212,7 +212,7 @@ rs
"
:
"
81da563b29b03455cd22073d243eaed081e953873c14ac202f6605cd3dac09a5
3f5c73cc6998d7cea177c19a3c7ce0d4a5667c65d77f744a2159872f09e8fba6
"
"
src
Expand All @@ -223,7 +223,7 @@ rs
"
:
"
53bb01b167d56c6ace035666b570fff648eedf03a5c8c415ec37136a0ef35697
d34f6cbaba40293d3b3e095bd2eae989cce3467fe686835a37e80652ca8133df
"
"
src
Expand All @@ -245,7 +245,7 @@ rs
"
:
"
c464c4fdb36c85cfe2a10d6196802b036bb76985d737ab9a67d708f908877672
bcfedc6d51eade2bedc30271ab8b21e98700e45f74bd8967d02ae6fe17f73a94
"
"
src
Expand Down Expand Up @@ -310,7 +310,7 @@ rs
"
:
"
23a9116f84653a5f68ab21c910f1dea5314a5332fdc9473a87710974f4b2c717
7576bc0a54c30f35b10c63a6fd23f2e33774ba994352634ea1ca7865818fb2a4
"
"
src
Expand All @@ -323,7 +323,7 @@ rs
"
:
"
745494a18fc4901c37ea2f45a1324abf5bd2a4d9c840620956e6633755116d88
087d2a3e5fd5dd22a780c14d71509f9eea0bac92ccfa35d9933c0b39b3e269e1
"
"
src
Expand Down Expand Up @@ -360,7 +360,7 @@ rs
"
:
"
392ad78a209826c4fb7257288dc082ace380220893d44559480045587e279202
4c85b46eb8ba05631b658996f0d6c64247a05575c89621e0a54a1fc056cc447f
"
"
src
Expand Down Expand Up @@ -469,6 +469,6 @@ package
"
:
"
5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed
1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2
"
}
Loading

0 comments on commit 1bb9425

Please sign in to comment.