Update itertools to 0.11 (#7513)

Preparation for #7469.

Changelog:
https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md#0110
This commit is contained in:
konsti 2023-09-19 11:53:14 +02:00 committed by GitHub
parent fdbefd777c
commit ef34c5cbec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 19 deletions

45
Cargo.lock generated
View file

@ -516,7 +516,7 @@ dependencies = [
"clap", "clap",
"criterion-plot", "criterion-plot",
"is-terminal", "is-terminal",
"itertools", "itertools 0.10.5",
"num-traits", "num-traits",
"once_cell", "once_cell",
"oorandom", "oorandom",
@ -535,7 +535,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
dependencies = [ dependencies = [
"cast", "cast",
"itertools", "itertools 0.10.5",
] ]
[[package]] [[package]]
@ -816,7 +816,7 @@ dependencies = [
"clap", "clap",
"colored", "colored",
"configparser", "configparser",
"itertools", "itertools 0.11.0",
"log", "log",
"once_cell", "once_cell",
"pep440_rs", "pep440_rs",
@ -1143,6 +1143,15 @@ dependencies = [
"either", "either",
] ]
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]] [[package]]
name = "itoa" name = "itoa"
version = "1.0.9" version = "1.0.9"
@ -1189,7 +1198,7 @@ dependencies = [
"diff", "diff",
"ena", "ena",
"is-terminal", "is-terminal",
"itertools", "itertools 0.10.5",
"lalrpop-util", "lalrpop-util",
"petgraph", "petgraph",
"regex", "regex",
@ -1749,7 +1758,7 @@ checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9"
dependencies = [ dependencies = [
"anstyle", "anstyle",
"difflib", "difflib",
"itertools", "itertools 0.10.5",
"predicates-core", "predicates-core",
] ]
@ -2035,7 +2044,7 @@ dependencies = [
"imperative", "imperative",
"insta", "insta",
"is-macro", "is-macro",
"itertools", "itertools 0.11.0",
"libcst", "libcst",
"log", "log",
"memchr", "memchr",
@ -2112,7 +2121,7 @@ dependencies = [
"filetime", "filetime",
"glob", "glob",
"globset", "globset",
"itertools", "itertools 0.11.0",
"regex", "regex",
"ruff_macros", "ruff_macros",
] ]
@ -2139,7 +2148,7 @@ dependencies = [
"insta", "insta",
"insta-cmd", "insta-cmd",
"is-macro", "is-macro",
"itertools", "itertools 0.11.0",
"itoa", "itoa",
"log", "log",
"mimalloc", "mimalloc",
@ -2186,7 +2195,7 @@ dependencies = [
"imara-diff", "imara-diff",
"indicatif", "indicatif",
"indoc", "indoc",
"itertools", "itertools 0.11.0",
"libcst", "libcst",
"once_cell", "once_cell",
"pretty_assertions", "pretty_assertions",
@ -2255,7 +2264,7 @@ dependencies = [
name = "ruff_macros" name = "ruff_macros"
version = "0.0.0" version = "0.0.0"
dependencies = [ dependencies = [
"itertools", "itertools 0.11.0",
"proc-macro2", "proc-macro2",
"quote", "quote",
"ruff_python_trivia", "ruff_python_trivia",
@ -2268,7 +2277,7 @@ version = "0.0.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"insta", "insta",
"itertools", "itertools 0.11.0",
"once_cell", "once_cell",
"ruff_diagnostics", "ruff_diagnostics",
"ruff_source_file", "ruff_source_file",
@ -2288,7 +2297,7 @@ dependencies = [
"bitflags 2.4.0", "bitflags 2.4.0",
"insta", "insta",
"is-macro", "is-macro",
"itertools", "itertools 0.11.0",
"memchr", "memchr",
"num-bigint", "num-bigint",
"num-traits", "num-traits",
@ -2323,7 +2332,7 @@ dependencies = [
"clap", "clap",
"countme", "countme",
"insta", "insta",
"itertools", "itertools 0.11.0",
"memchr", "memchr",
"once_cell", "once_cell",
"ruff_formatter", "ruff_formatter",
@ -2348,7 +2357,7 @@ dependencies = [
name = "ruff_python_index" name = "ruff_python_index"
version = "0.0.0" version = "0.0.0"
dependencies = [ dependencies = [
"itertools", "itertools 0.11.0",
"ruff_python_ast", "ruff_python_ast",
"ruff_python_parser", "ruff_python_parser",
"ruff_python_trivia", "ruff_python_trivia",
@ -2363,7 +2372,7 @@ dependencies = [
"bitflags 2.4.0", "bitflags 2.4.0",
"hexf-parse", "hexf-parse",
"is-macro", "is-macro",
"itertools", "itertools 0.11.0",
"lexical-parse-float", "lexical-parse-float",
"num-traits", "num-traits",
"rand", "rand",
@ -2377,7 +2386,7 @@ dependencies = [
"anyhow", "anyhow",
"insta", "insta",
"is-macro", "is-macro",
"itertools", "itertools 0.11.0",
"lalrpop", "lalrpop",
"lalrpop-util", "lalrpop-util",
"num-bigint", "num-bigint",
@ -2430,7 +2439,7 @@ name = "ruff_python_trivia"
version = "0.0.0" version = "0.0.0"
dependencies = [ dependencies = [
"insta", "insta",
"itertools", "itertools 0.11.0",
"ruff_python_ast", "ruff_python_ast",
"ruff_python_parser", "ruff_python_parser",
"ruff_source_file", "ruff_source_file",
@ -2511,7 +2520,7 @@ dependencies = [
"glob", "glob",
"globset", "globset",
"ignore", "ignore",
"itertools", "itertools 0.11.0",
"log", "log",
"path-absolutize", "path-absolutize",
"pep440_rs", "pep440_rs",

View file

@ -23,7 +23,7 @@ globset = { version = "0.4.10" }
ignore = { version = "0.4.20" } ignore = { version = "0.4.20" }
insta = { version = "1.31.0", feature = ["filters", "glob"] } insta = { version = "1.31.0", feature = ["filters", "glob"] }
is-macro = { version = "0.3.0" } is-macro = { version = "0.3.0" }
itertools = { version = "0.10.5" } itertools = { version = "0.11.0" }
log = { version = "0.4.17" } log = { version = "0.4.17" }
memchr = "2.6.3" memchr = "2.6.3"
num-bigint = { version = "0.4.3" } num-bigint = { version = "0.4.3" }