Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf78de6

Browse files
committedFeb 23, 2024
bump itertools to 0.12
still depend on 0.11: * clippy * rustfmt, sigh
1 parent 6dadb6e commit bf78de6

File tree

15 files changed

+41
-34
lines changed

15 files changed

+41
-34
lines changed
 

‎Cargo.lock

+28-20
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ dependencies = [
580580
"filetime",
581581
"futures",
582582
"if_chain",
583-
"itertools",
583+
"itertools 0.11.0",
584584
"parking_lot",
585585
"quote",
586586
"regex",
@@ -613,7 +613,7 @@ dependencies = [
613613
"aho-corasick",
614614
"clap",
615615
"indoc",
616-
"itertools",
616+
"itertools 0.11.0",
617617
"opener",
618618
"shell-escape",
619619
"walkdir",
@@ -628,7 +628,7 @@ dependencies = [
628628
"clippy_config",
629629
"clippy_utils",
630630
"declare_clippy_lint",
631-
"itertools",
631+
"itertools 0.11.0",
632632
"quine-mc_cluskey",
633633
"regex",
634634
"regex-syntax 0.8.2",
@@ -650,7 +650,7 @@ version = "0.1.78"
650650
dependencies = [
651651
"arrayvec",
652652
"clippy_config",
653-
"itertools",
653+
"itertools 0.11.0",
654654
"rustc-semver",
655655
]
656656

@@ -974,7 +974,7 @@ checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
974974
name = "declare_clippy_lint"
975975
version = "0.1.78"
976976
dependencies = [
977-
"itertools",
977+
"itertools 0.11.0",
978978
"quote",
979979
"syn 2.0.48",
980980
]
@@ -2054,6 +2054,15 @@ dependencies = [
20542054
"either",
20552055
]
20562056

2057+
[[package]]
2058+
name = "itertools"
2059+
version = "0.12.1"
2060+
source = "registry+https://github.com/rust-lang/crates.io-index"
2061+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2062+
dependencies = [
2063+
"either",
2064+
]
2065+
20572066
[[package]]
20582067
name = "itoa"
20592068
version = "1.0.10"
@@ -3468,7 +3477,7 @@ dependencies = [
34683477
name = "rustc_ast_passes"
34693478
version = "0.0.0"
34703479
dependencies = [
3471-
"itertools",
3480+
"itertools 0.12.1",
34723481
"rustc_ast",
34733482
"rustc_ast_pretty",
34743483
"rustc_attr",
@@ -3488,7 +3497,7 @@ dependencies = [
34883497
name = "rustc_ast_pretty"
34893498
version = "0.0.0"
34903499
dependencies = [
3491-
"itertools",
3500+
"itertools 0.12.1",
34923501
"rustc_ast",
34933502
"rustc_span",
34943503
"thin-vec",
@@ -3528,7 +3537,7 @@ name = "rustc_borrowck"
35283537
version = "0.0.0"
35293538
dependencies = [
35303539
"either",
3531-
"itertools",
3540+
"itertools 0.12.1",
35323541
"polonius-engine",
35333542
"rustc_data_structures",
35343543
"rustc_errors",
@@ -3581,7 +3590,7 @@ name = "rustc_codegen_llvm"
35813590
version = "0.0.0"
35823591
dependencies = [
35833592
"bitflags 2.4.2",
3584-
"itertools",
3593+
"itertools 0.12.1",
35853594
"libc",
35863595
"measureme",
35873596
"object",
@@ -3617,7 +3626,7 @@ dependencies = [
36173626
"ar_archive_writer",
36183627
"bitflags 2.4.2",
36193628
"cc",
3620-
"itertools",
3629+
"itertools 0.12.1",
36213630
"jobserver",
36223631
"libc",
36233632
"object",
@@ -3898,7 +3907,7 @@ dependencies = [
38983907
name = "rustc_hir_analysis"
38993908
version = "0.0.0"
39003909
dependencies = [
3901-
"itertools",
3910+
"itertools 0.12.1",
39023911
"rustc_arena",
39033912
"rustc_ast",
39043913
"rustc_attr",
@@ -3937,7 +3946,7 @@ dependencies = [
39373946
name = "rustc_hir_typeck"
39383947
version = "0.0.0"
39393948
dependencies = [
3940-
"itertools",
3949+
"itertools 0.12.1",
39413950
"rustc_ast",
39423951
"rustc_attr",
39433952
"rustc_data_structures",
@@ -4220,7 +4229,7 @@ name = "rustc_mir_build"
42204229
version = "0.0.0"
42214230
dependencies = [
42224231
"either",
4223-
"itertools",
4232+
"itertools 0.12.1",
42244233
"rustc_apfloat",
42254234
"rustc_arena",
42264235
"rustc_ast",
@@ -4267,7 +4276,7 @@ name = "rustc_mir_transform"
42674276
version = "0.0.0"
42684277
dependencies = [
42694278
"either",
4270-
"itertools",
4279+
"itertools 0.12.1",
42714280
"rustc_arena",
42724281
"rustc_ast",
42734282
"rustc_attr",
@@ -4347,7 +4356,6 @@ dependencies = [
43474356
name = "rustc_passes"
43484357
version = "0.0.0"
43494358
dependencies = [
4350-
"itertools",
43514359
"rustc_ast",
43524360
"rustc_ast_pretty",
43534361
"rustc_attr",
@@ -4597,7 +4605,7 @@ name = "rustc_trait_selection"
45974605
version = "0.0.0"
45984606
dependencies = [
45994607
"bitflags 2.4.2",
4600-
"itertools",
4608+
"itertools 0.12.1",
46014609
"rustc_ast",
46024610
"rustc_attr",
46034611
"rustc_data_structures",
@@ -4636,7 +4644,7 @@ dependencies = [
46364644
name = "rustc_transmute"
46374645
version = "0.0.0"
46384646
dependencies = [
4639-
"itertools",
4647+
"itertools 0.12.1",
46404648
"rustc_data_structures",
46414649
"rustc_hir",
46424650
"rustc_infer",
@@ -4651,7 +4659,7 @@ dependencies = [
46514659
name = "rustc_ty_utils"
46524660
version = "0.0.0"
46534661
dependencies = [
4654-
"itertools",
4662+
"itertools 0.12.1",
46554663
"rustc_data_structures",
46564664
"rustc_errors",
46574665
"rustc_fluent_macro",
@@ -4699,7 +4707,7 @@ dependencies = [
46994707
"askama",
47004708
"expect-test",
47014709
"indexmap",
4702-
"itertools",
4710+
"itertools 0.12.1",
47034711
"minifier",
47044712
"once_cell",
47054713
"regex",
@@ -4781,7 +4789,7 @@ dependencies = [
47814789
"dirs",
47824790
"getopts",
47834791
"ignore",
4784-
"itertools",
4792+
"itertools 0.11.0",
47854793
"lazy_static",
47864794
"regex",
47874795
"rustfmt-config_proc_macro",

‎compiler/rustc_ast_passes/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
itertools = "0.11"
8+
itertools = "0.12"
99
rustc_ast = { path = "../rustc_ast" }
1010
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
1111
rustc_attr = { path = "../rustc_attr" }

‎compiler/rustc_ast_pretty/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
itertools = "0.11"
8+
itertools = "0.12"
99
rustc_ast = { path = "../rustc_ast" }
1010
rustc_span = { path = "../rustc_span" }
1111
thin-vec = "0.2.12"

‎compiler/rustc_borrowck/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
# tidy-alphabetical-start
88
either = "1.5.0"
9-
itertools = "0.11"
9+
itertools = "0.12"
1010
polonius-engine = "0.13.0"
1111
rustc_data_structures = { path = "../rustc_data_structures" }
1212
rustc_errors = { path = "../rustc_errors" }

‎compiler/rustc_codegen_llvm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test = false
99
[dependencies]
1010
# tidy-alphabetical-start
1111
bitflags = "2.4.1"
12-
itertools = "0.11"
12+
itertools = "0.12"
1313
libc = "0.2"
1414
measureme = "11"
1515
object = { version = "0.32.0", default-features = false, features = ["std", "read"] }

‎compiler/rustc_codegen_ssa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
ar_archive_writer = "0.1.5"
99
bitflags = "2.4.1"
1010
cc = "1.0.69"
11-
itertools = "0.11"
11+
itertools = "0.12"
1212
jobserver = "0.1.28"
1313
pathdiff = "0.2.0"
1414
regex = "1.4"

‎compiler/rustc_hir_analysis/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ doctest = false
99

1010
[dependencies]
1111
# tidy-alphabetical-start
12-
itertools = "0.11"
12+
itertools = "0.12"
1313
rustc_arena = { path = "../rustc_arena" }
1414
rustc_ast = { path = "../rustc_ast" }
1515
rustc_attr = { path = "../rustc_attr" }

‎compiler/rustc_hir_typeck/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
itertools = "0.11"
8+
itertools = "0.12"
99
rustc_ast = { path = "../rustc_ast" }
1010
rustc_attr = { path = "../rustc_attr" }
1111
rustc_data_structures = { path = "../rustc_data_structures" }

‎compiler/rustc_mir_build/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
# tidy-alphabetical-start
88
either = "1"
9-
itertools = "0.11"
9+
itertools = "0.12"
1010
rustc_apfloat = "0.2.0"
1111
rustc_arena = { path = "../rustc_arena" }
1212
rustc_ast = { path = "../rustc_ast" }

‎compiler/rustc_mir_transform/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
# tidy-alphabetical-start
88
either = "1"
9-
itertools = "0.11"
9+
itertools = "0.12"
1010
rustc_arena = { path = "../rustc_arena" }
1111
rustc_ast = { path = "../rustc_ast" }
1212
rustc_attr = { path = "../rustc_attr" }

‎compiler/rustc_passes/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
itertools = "0.11"
98
rustc_ast = { path = "../rustc_ast" }
109
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
1110
rustc_attr = { path = "../rustc_attr" }

‎compiler/rustc_trait_selection/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
# tidy-alphabetical-start
88
bitflags = "2.4.1"
9-
itertools = "0.11.0"
9+
itertools = "0.12"
1010
rustc_ast = { path = "../rustc_ast" }
1111
rustc_attr = { path = "../rustc_attr" }
1212
rustc_data_structures = { path = "../rustc_data_structures" }

‎compiler/rustc_transmute/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ rustc = [
2727

2828
[dev-dependencies]
2929
# tidy-alphabetical-start
30-
itertools = "0.11"
30+
itertools = "0.12"
3131
# tidy-alphabetical-end

‎compiler/rustc_ty_utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
itertools = "0.11"
8+
itertools = "0.12"
99
rustc_data_structures = { path = "../rustc_data_structures" }
1010
rustc_errors = { path = "../rustc_errors" }
1111
rustc_fluent_macro = { path = "../rustc_fluent_macro" }

‎src/librustdoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path = "lib.rs"
99
[dependencies]
1010
arrayvec = { version = "0.7", default-features = false }
1111
askama = { version = "0.12", default-features = false, features = ["config"] }
12-
itertools = "0.11"
12+
itertools = "0.12"
1313
indexmap = "2"
1414
minifier = "0.3.0"
1515
once_cell = "1.10.0"

0 commit comments

Comments
 (0)
Please sign in to comment.