File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3719,7 +3719,7 @@ dependencies = [
3719
3719
name = " rustc_ast_passes"
3720
3720
version = " 0.0.0"
3721
3721
dependencies = [
3722
- " itertools 0.9.0 " ,
3722
+ " itertools 0.10.1 " ,
3723
3723
" rustc_ast" ,
3724
3724
" rustc_ast_pretty" ,
3725
3725
" rustc_attr" ,
@@ -3763,7 +3763,7 @@ name = "rustc_borrowck"
3763
3763
version = " 0.0.0"
3764
3764
dependencies = [
3765
3765
" either" ,
3766
- " itertools 0.9.0 " ,
3766
+ " itertools 0.10.1 " ,
3767
3767
" polonius-engine" ,
3768
3768
" rustc_const_eval" ,
3769
3769
" rustc_data_structures" ,
@@ -3844,7 +3844,7 @@ version = "0.0.0"
3844
3844
dependencies = [
3845
3845
" bitflags" ,
3846
3846
" cc" ,
3847
- " itertools 0.9.0 " ,
3847
+ " itertools 0.10.1 " ,
3848
3848
" jobserver" ,
3849
3849
" libc" ,
3850
3850
" object 0.28.1" ,
@@ -4328,7 +4328,7 @@ name = "rustc_mir_transform"
4328
4328
version = " 0.0.0"
4329
4329
dependencies = [
4330
4330
" coverage_test_macros" ,
4331
- " itertools 0.9.0 " ,
4331
+ " itertools 0.10.1 " ,
4332
4332
" rustc_ast" ,
4333
4333
" rustc_attr" ,
4334
4334
" rustc_const_eval" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.0.0"
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
7
- itertools = " 0.9 "
7
+ itertools = " 0.10 "
8
8
tracing = " 0.1"
9
9
rustc_ast_pretty = { path = " ../rustc_ast_pretty" }
10
10
rustc_attr = { path = " ../rustc_attr" }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ doctest = false
8
8
9
9
[dependencies ]
10
10
either = " 1.5.0"
11
- itertools = " 0.9 "
11
+ itertools = " 0.10 "
12
12
tracing = " 0.1"
13
13
polonius-engine = " 0.13.0"
14
14
smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ test = false
9
9
[dependencies ]
10
10
bitflags = " 1.2.1"
11
11
cc = " 1.0.69"
12
- itertools = " 0.9 "
12
+ itertools = " 0.10 "
13
13
tracing = " 0.1"
14
14
libc = " 0.2.50"
15
15
jobserver = " 0.1.22"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
doctest = false
8
8
9
9
[dependencies ]
10
- itertools = " 0.9 "
10
+ itertools = " 0.10 "
11
11
smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
12
12
tracing = " 0.1"
13
13
rustc_ast = { path = " ../rustc_ast" }
You can’t perform that action at this time.
0 commit comments