File tree 2 files changed +1
-28
lines changed
2 files changed +1
-28
lines changed Original file line number Diff line number Diff line change @@ -236,12 +236,6 @@ dependencies = [
236
236
" crypto-common" ,
237
237
]
238
238
239
- [[package ]]
240
- name = " either"
241
- version = " 1.9.0"
242
- source = " registry+https://github.com/rust-lang/crates.io-index"
243
- checksum = " a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
244
-
245
239
[[package ]]
246
240
name = " errno"
247
241
version = " 0.3.8"
@@ -448,26 +442,6 @@ dependencies = [
448
442
" proc-macro2" ,
449
443
]
450
444
451
- [[package ]]
452
- name = " rayon"
453
- version = " 1.8.0"
454
- source = " registry+https://github.com/rust-lang/crates.io-index"
455
- checksum = " 9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
456
- dependencies = [
457
- " either" ,
458
- " rayon-core" ,
459
- ]
460
-
461
- [[package ]]
462
- name = " rayon-core"
463
- version = " 1.12.0"
464
- source = " registry+https://github.com/rust-lang/crates.io-index"
465
- checksum = " 5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
466
- dependencies = [
467
- " crossbeam-deque" ,
468
- " crossbeam-utils" ,
469
- ]
470
-
471
445
[[package ]]
472
446
name = " redox_syscall"
473
447
version = " 0.4.1"
@@ -598,7 +572,6 @@ dependencies = [
598
572
" libc" ,
599
573
" ntapi" ,
600
574
" once_cell" ,
601
- " rayon" ,
602
575
" windows" ,
603
576
]
604
577
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ walkdir = "2.4"
64
64
xz2 = " 0.1"
65
65
66
66
# Dependencies needed by the build-metrics feature
67
- sysinfo = { version = " 0.30" , optional = true }
67
+ sysinfo = { version = " 0.30" , default-features = false , optional = true }
68
68
69
69
[target .'cfg(windows)' .dependencies .junction ]
70
70
version = " 1.0.0"
You can’t perform that action at this time.
0 commit comments