@@ -337,7 +337,7 @@ dependencies = [
337
337
" humantime 2.0.1" ,
338
338
" ignore" ,
339
339
" im-rc" ,
340
- " itertools 0.10.1 " ,
340
+ " itertools" ,
341
341
" jobserver" ,
342
342
" lazy_static" ,
343
343
" lazycell" ,
@@ -442,7 +442,7 @@ dependencies = [
442
442
" flate2" ,
443
443
" git2" ,
444
444
" glob" ,
445
- " itertools 0.10.1 " ,
445
+ " itertools" ,
446
446
" lazy_static" ,
447
447
" remove_dir_all" ,
448
448
" serde_json" ,
@@ -560,7 +560,7 @@ dependencies = [
560
560
" chalk-ir" ,
561
561
" ena" ,
562
562
" indexmap" ,
563
- " itertools 0.10.1 " ,
563
+ " itertools" ,
564
564
" petgraph" ,
565
565
" rustc-hash" ,
566
566
" tracing" ,
@@ -624,7 +624,7 @@ dependencies = [
624
624
" filetime" ,
625
625
" futures 0.3.19" ,
626
626
" if_chain" ,
627
- " itertools 0.10.1 " ,
627
+ " itertools" ,
628
628
" num_cpus" ,
629
629
" parking_lot" ,
630
630
" quote" ,
@@ -647,7 +647,7 @@ dependencies = [
647
647
" cargo_metadata" ,
648
648
" clap 2.34.0" ,
649
649
" indoc" ,
650
- " itertools 0.10.1 " ,
650
+ " itertools" ,
651
651
" opener" ,
652
652
" regex" ,
653
653
" shell-escape" ,
@@ -661,7 +661,7 @@ dependencies = [
661
661
" cargo_metadata" ,
662
662
" clippy_utils" ,
663
663
" if_chain" ,
664
- " itertools 0.10.1 " ,
664
+ " itertools" ,
665
665
" pulldown-cmark" ,
666
666
" quine-mc_cluskey" ,
667
667
" regex-syntax" ,
@@ -1783,15 +1783,6 @@ dependencies = [
1783
1783
" cfg-if 1.0.0" ,
1784
1784
]
1785
1785
1786
- [[package ]]
1787
- name = " itertools"
1788
- version = " 0.9.0"
1789
- source = " registry+https://github.com/rust-lang/crates.io-index"
1790
- checksum = " 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1791
- dependencies = [
1792
- " either" ,
1793
- ]
1794
-
1795
1786
[[package ]]
1796
1787
name = " itertools"
1797
1788
version = " 0.10.1"
@@ -3138,7 +3129,7 @@ dependencies = [
3138
3129
" futures 0.3.19" ,
3139
3130
" heck" ,
3140
3131
" home" ,
3141
- " itertools 0.10.1 " ,
3132
+ " itertools" ,
3142
3133
" jsonrpc-core" ,
3143
3134
" lazy_static" ,
3144
3135
" log" ,
@@ -3180,7 +3171,7 @@ dependencies = [
3180
3171
" derive-new" ,
3181
3172
" env_logger 0.9.0" ,
3182
3173
" fst" ,
3183
- " itertools 0.10.1 " ,
3174
+ " itertools" ,
3184
3175
" json" ,
3185
3176
" lazy_static" ,
3186
3177
" log" ,
@@ -3411,7 +3402,7 @@ dependencies = [
3411
3402
name = " rustc_ast_passes"
3412
3403
version = " 0.0.0"
3413
3404
dependencies = [
3414
- " itertools 0.10.1 " ,
3405
+ " itertools" ,
3415
3406
" rustc_ast" ,
3416
3407
" rustc_ast_pretty" ,
3417
3408
" rustc_attr" ,
@@ -3454,7 +3445,7 @@ name = "rustc_borrowck"
3454
3445
version = " 0.0.0"
3455
3446
dependencies = [
3456
3447
" either" ,
3457
- " itertools 0.10.1 " ,
3448
+ " itertools" ,
3458
3449
" polonius-engine" ,
3459
3450
" rustc_const_eval" ,
3460
3451
" rustc_data_structures" ,
@@ -3536,7 +3527,7 @@ version = "0.0.0"
3536
3527
dependencies = [
3537
3528
" bitflags" ,
3538
3529
" cc" ,
3539
- " itertools 0.10.1 " ,
3530
+ " itertools" ,
3540
3531
" jobserver" ,
3541
3532
" libc" ,
3542
3533
" object 0.28.1" ,
@@ -4019,7 +4010,7 @@ name = "rustc_mir_transform"
4019
4010
version = " 0.0.0"
4020
4011
dependencies = [
4021
4012
" coverage_test_macros" ,
4022
- " itertools 0.10.1 " ,
4013
+ " itertools" ,
4023
4014
" rustc_ast" ,
4024
4015
" rustc_attr" ,
4025
4016
" rustc_const_eval" ,
@@ -4419,7 +4410,7 @@ dependencies = [
4419
4410
" askama" ,
4420
4411
" atty" ,
4421
4412
" expect-test" ,
4422
- " itertools 0.10.1 " ,
4413
+ " itertools" ,
4423
4414
" minifier" ,
4424
4415
" pulldown-cmark" ,
4425
4416
" rayon" ,
@@ -4501,7 +4492,7 @@ dependencies = [
4501
4492
" env_logger 0.8.4" ,
4502
4493
" getopts" ,
4503
4494
" ignore" ,
4504
- " itertools 0.9.0 " ,
4495
+ " itertools" ,
4505
4496
" lazy_static" ,
4506
4497
" log" ,
4507
4498
" regex" ,
@@ -5181,7 +5172,7 @@ checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b"
5181
5172
dependencies = [
5182
5173
" combine" ,
5183
5174
" indexmap" ,
5184
- " itertools 0.10.1 " ,
5175
+ " itertools" ,
5185
5176
" kstring" ,
5186
5177
" serde" ,
5187
5178
]
0 commit comments