##// END OF EJS Templates
rust: upgrade `rayon` dependency...
Raphaël Gomès -
r51221:3f31b852 stable
parent child Browse files
Show More
@@ -1023,9 +1023,9 b' dependencies = ['
1023
1023
1024 [[package]]
1024 [[package]]
1025 name = "rayon"
1025 name = "rayon"
1026 version = "1.6.1"
1026 version = "1.7.0"
1027 source = "registry+https://github.com/rust-lang/crates.io-index"
1027 source = "registry+https://github.com/rust-lang/crates.io-index"
1028 checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
1028 checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
1029 dependencies = [
1029 dependencies = [
1030 "either",
1030 "either",
1031 "rayon-core",
1031 "rayon-core",
@@ -1033,9 +1033,9 b' dependencies = ['
1033
1033
1034 [[package]]
1034 [[package]]
1035 name = "rayon-core"
1035 name = "rayon-core"
1036 version = "1.10.2"
1036 version = "1.11.0"
1037 source = "registry+https://github.com/rust-lang/crates.io-index"
1037 source = "registry+https://github.com/rust-lang/crates.io-index"
1038 checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b"
1038 checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
1039 dependencies = [
1039 dependencies = [
1040 "crossbeam-channel",
1040 "crossbeam-channel",
1041 "crossbeam-deque",
1041 "crossbeam-deque",
@@ -24,7 +24,7 b' ouroboros = "0.15.5"'
24 rand = "0.8.5"
24 rand = "0.8.5"
25 rand_pcg = "0.3.1"
25 rand_pcg = "0.3.1"
26 rand_distr = "0.4.3"
26 rand_distr = "0.4.3"
27 rayon = "1.6.1"
27 rayon = "1.7.0"
28 regex = "1.7.0"
28 regex = "1.7.0"
29 sha-1 = "0.10.0"
29 sha-1 = "0.10.0"
30 twox-hash = "1.6.3"
30 twox-hash = "1.6.3"
@@ -22,4 +22,4 b' env_logger = "0.9.3"'
22 format-bytes = "0.3.0"
22 format-bytes = "0.3.0"
23 users = "0.11.0"
23 users = "0.11.0"
24 which = "4.3.0"
24 which = "4.3.0"
25 rayon = "1.6.1"
25 rayon = "1.7.0"
General Comments 0
You need to be logged in to leave comments. Login now