@@ -344,7 +344,7 @@ dependencies = [
344
344
" humantime 2.0.1" ,
345
345
" ignore" ,
346
346
" im-rc" ,
347
- " itertools 0.10.1 " ,
347
+ " itertools" ,
348
348
" jobserver" ,
349
349
" lazy_static" ,
350
350
" lazycell" ,
@@ -449,7 +449,7 @@ dependencies = [
449
449
" flate2" ,
450
450
" git2" ,
451
451
" glob" ,
452
- " itertools 0.10.1 " ,
452
+ " itertools" ,
453
453
" lazy_static" ,
454
454
" remove_dir_all" ,
455
455
" serde_json" ,
@@ -567,7 +567,7 @@ dependencies = [
567
567
" chalk-ir" ,
568
568
" ena" ,
569
569
" indexmap" ,
570
- " itertools 0.10.1 " ,
570
+ " itertools" ,
571
571
" petgraph" ,
572
572
" rustc-hash" ,
573
573
" tracing" ,
@@ -631,7 +631,7 @@ dependencies = [
631
631
" filetime" ,
632
632
" futures 0.3.19" ,
633
633
" if_chain" ,
634
- " itertools 0.10.1 " ,
634
+ " itertools" ,
635
635
" num_cpus" ,
636
636
" parking_lot" ,
637
637
" quote" ,
@@ -654,7 +654,7 @@ dependencies = [
654
654
" cargo_metadata" ,
655
655
" clap 2.34.0" ,
656
656
" indoc" ,
657
- " itertools 0.10.1 " ,
657
+ " itertools" ,
658
658
" opener" ,
659
659
" regex" ,
660
660
" shell-escape" ,
@@ -668,7 +668,7 @@ dependencies = [
668
668
" cargo_metadata" ,
669
669
" clippy_utils" ,
670
670
" if_chain" ,
671
- " itertools 0.10.1 " ,
671
+ " itertools" ,
672
672
" pulldown-cmark" ,
673
673
" quine-mc_cluskey" ,
674
674
" regex-syntax" ,
@@ -1790,15 +1790,6 @@ dependencies = [
1790
1790
" cfg-if 1.0.0" ,
1791
1791
]
1792
1792
1793
- [[package ]]
1794
- name = " itertools"
1795
- version = " 0.9.0"
1796
- source = " registry+https://github.com/rust-lang/crates.io-index"
1797
- checksum = " 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1798
- dependencies = [
1799
- " either" ,
1800
- ]
1801
-
1802
1793
[[package ]]
1803
1794
name = " itertools"
1804
1795
version = " 0.10.1"
@@ -3145,7 +3136,7 @@ dependencies = [
3145
3136
" futures 0.3.19" ,
3146
3137
" heck" ,
3147
3138
" home" ,
3148
- " itertools 0.10.1 " ,
3139
+ " itertools" ,
3149
3140
" jsonrpc-core" ,
3150
3141
" lazy_static" ,
3151
3142
" log" ,
@@ -3187,7 +3178,7 @@ dependencies = [
3187
3178
" derive-new" ,
3188
3179
" env_logger 0.9.0" ,
3189
3180
" fst" ,
3190
- " itertools 0.10.1 " ,
3181
+ " itertools" ,
3191
3182
" json" ,
3192
3183
" lazy_static" ,
3193
3184
" log" ,
@@ -3418,7 +3409,7 @@ dependencies = [
3418
3409
name = " rustc_ast_passes"
3419
3410
version = " 0.0.0"
3420
3411
dependencies = [
3421
- " itertools 0.10.1 " ,
3412
+ " itertools" ,
3422
3413
" rustc_ast" ,
3423
3414
" rustc_ast_pretty" ,
3424
3415
" rustc_attr" ,
@@ -3461,7 +3452,7 @@ name = "rustc_borrowck"
3461
3452
version = " 0.0.0"
3462
3453
dependencies = [
3463
3454
" either" ,
3464
- " itertools 0.10.1 " ,
3455
+ " itertools" ,
3465
3456
" polonius-engine" ,
3466
3457
" rustc_const_eval" ,
3467
3458
" rustc_data_structures" ,
@@ -3543,7 +3534,7 @@ version = "0.0.0"
3543
3534
dependencies = [
3544
3535
" bitflags" ,
3545
3536
" cc" ,
3546
- " itertools 0.10.1 " ,
3537
+ " itertools" ,
3547
3538
" jobserver" ,
3548
3539
" libc" ,
3549
3540
" object 0.28.1" ,
@@ -4027,7 +4018,7 @@ name = "rustc_mir_transform"
4027
4018
version = " 0.0.0"
4028
4019
dependencies = [
4029
4020
" coverage_test_macros" ,
4030
- " itertools 0.10.1 " ,
4021
+ " itertools" ,
4031
4022
" rustc_ast" ,
4032
4023
" rustc_attr" ,
4033
4024
" rustc_const_eval" ,
@@ -4428,7 +4419,7 @@ dependencies = [
4428
4419
" askama" ,
4429
4420
" atty" ,
4430
4421
" expect-test" ,
4431
- " itertools 0.10.1 " ,
4422
+ " itertools" ,
4432
4423
" minifier" ,
4433
4424
" pulldown-cmark" ,
4434
4425
" rayon" ,
@@ -4510,7 +4501,7 @@ dependencies = [
4510
4501
" env_logger 0.8.4" ,
4511
4502
" getopts" ,
4512
4503
" ignore" ,
4513
- " itertools 0.9.0 " ,
4504
+ " itertools" ,
4514
4505
" lazy_static" ,
4515
4506
" log" ,
4516
4507
" regex" ,
@@ -5190,7 +5181,7 @@ checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b"
5190
5181
dependencies = [
5191
5182
" combine" ,
5192
5183
" indexmap" ,
5193
- " itertools 0.10.1 " ,
5184
+ " itertools" ,
5194
5185
" kstring" ,
5195
5186
" serde" ,
5196
5187
]
0 commit comments