File tree 4 files changed +10
-58
lines changed
4 files changed +10
-58
lines changed Original file line number Diff line number Diff line change @@ -1281,25 +1281,14 @@ checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
1281
1281
1282
1282
[[package ]]
1283
1283
name = " errno"
1284
- version = " 0.3.1 "
1284
+ version = " 0.3.5 "
1285
1285
source = " registry+https://github.com/rust-lang/crates.io-index"
1286
- checksum = " 4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a "
1286
+ checksum = " ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860 "
1287
1287
dependencies = [
1288
- " errno-dragonfly" ,
1289
1288
" libc" ,
1290
1289
" windows-sys 0.48.0" ,
1291
1290
]
1292
1291
1293
- [[package ]]
1294
- name = " errno-dragonfly"
1295
- version = " 0.1.2"
1296
- source = " registry+https://github.com/rust-lang/crates.io-index"
1297
- checksum = " aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
1298
- dependencies = [
1299
- " cc" ,
1300
- " libc" ,
1301
- ]
1302
-
1303
1292
[[package ]]
1304
1293
name = " error_index_generator"
1305
1294
version = " 0.0.0"
@@ -2055,7 +2044,6 @@ dependencies = [
2055
2044
" anyhow" ,
2056
2045
" clap" ,
2057
2046
" flate2" ,
2058
- " num_cpus" ,
2059
2047
" rayon" ,
2060
2048
" tar" ,
2061
2049
" walkdir" ,
@@ -3181,24 +3169,22 @@ dependencies = [
3181
3169
3182
3170
[[package ]]
3183
3171
name = " rayon"
3184
- version = " 1.7 .0"
3172
+ version = " 1.8 .0"
3185
3173
source = " registry+https://github.com/rust-lang/crates.io-index"
3186
- checksum = " 1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b "
3174
+ checksum = " 9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1 "
3187
3175
dependencies = [
3188
3176
" either" ,
3189
3177
" rayon-core" ,
3190
3178
]
3191
3179
3192
3180
[[package ]]
3193
3181
name = " rayon-core"
3194
- version = " 1.11 .0"
3182
+ version = " 1.12 .0"
3195
3183
source = " registry+https://github.com/rust-lang/crates.io-index"
3196
- checksum = " 4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d "
3184
+ checksum = " 5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed "
3197
3185
dependencies = [
3198
- " crossbeam-channel" ,
3199
3186
" crossbeam-deque" ,
3200
3187
" crossbeam-utils" ,
3201
- " num_cpus" ,
3202
3188
]
3203
3189
3204
3190
[[package ]]
Original file line number Diff line number Diff line change @@ -180,16 +180,6 @@ dependencies = [
180
180
" libc" ,
181
181
]
182
182
183
- [[package ]]
184
- name = " crossbeam-channel"
185
- version = " 0.5.6"
186
- source = " registry+https://github.com/rust-lang/crates.io-index"
187
- checksum = " c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
188
- dependencies = [
189
- " cfg-if" ,
190
- " crossbeam-utils" ,
191
- ]
192
-
193
183
[[package ]]
194
184
name = " crossbeam-deque"
195
185
version = " 0.8.2"
@@ -323,15 +313,6 @@ version = "0.4.1"
323
313
source = " registry+https://github.com/rust-lang/crates.io-index"
324
314
checksum = " 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
325
315
326
- [[package ]]
327
- name = " hermit-abi"
328
- version = " 0.1.19"
329
- source = " registry+https://github.com/rust-lang/crates.io-index"
330
- checksum = " 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
331
- dependencies = [
332
- " libc" ,
333
- ]
334
-
335
316
[[package ]]
336
317
name = " hex"
337
318
version = " 0.4.3"
@@ -443,16 +424,6 @@ dependencies = [
443
424
" winapi" ,
444
425
]
445
426
446
- [[package ]]
447
- name = " num_cpus"
448
- version = " 1.13.1"
449
- source = " registry+https://github.com/rust-lang/crates.io-index"
450
- checksum = " 19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
451
- dependencies = [
452
- " hermit-abi" ,
453
- " libc" ,
454
- ]
455
-
456
427
[[package ]]
457
428
name = " object"
458
429
version = " 0.32.0"
@@ -514,25 +485,22 @@ dependencies = [
514
485
515
486
[[package ]]
516
487
name = " rayon"
517
- version = " 1.6 .0"
488
+ version = " 1.8 .0"
518
489
source = " registry+https://github.com/rust-lang/crates.io-index"
519
- checksum = " 1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b "
490
+ checksum = " 9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1 "
520
491
dependencies = [
521
- " crossbeam-deque" ,
522
492
" either" ,
523
493
" rayon-core" ,
524
494
]
525
495
526
496
[[package ]]
527
497
name = " rayon-core"
528
- version = " 1.10.1 "
498
+ version = " 1.12.0 "
529
499
source = " registry+https://github.com/rust-lang/crates.io-index"
530
- checksum = " cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3 "
500
+ checksum = " 5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed "
531
501
dependencies = [
532
- " crossbeam-channel" ,
533
502
" crossbeam-deque" ,
534
503
" crossbeam-utils" ,
535
- " num_cpus" ,
536
504
]
537
505
538
506
[[package ]]
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ rayon = "1.0"
16
16
tar = " 0.4.38"
17
17
walkdir = " 2"
18
18
xz2 = " 0.1.4"
19
- num_cpus = " 1"
20
19
21
20
[dependencies .clap ]
22
21
features = [" derive" ]
Original file line number Diff line number Diff line change @@ -228,7 +228,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
228
228
"ena" ,
229
229
"equivalent" ,
230
230
"errno" ,
231
- "errno-dragonfly" ,
232
231
"expect-test" ,
233
232
"fallible-iterator" , // dependency of `thorin`
234
233
"fastrand" ,
You can’t perform that action at this time.
0 commit comments