Update itertools
Update to 0.10.1
This commit is contained in:
parent
b4bf56cd66
commit
f684acdd7e
10 changed files with 24 additions and 33 deletions
39
Cargo.lock
39
Cargo.lock
|
@ -344,7 +344,7 @@ dependencies = [
|
||||||
"humantime 2.0.1",
|
"humantime 2.0.1",
|
||||||
"ignore",
|
"ignore",
|
||||||
"im-rc",
|
"im-rc",
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"jobserver",
|
"jobserver",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"lazycell",
|
"lazycell",
|
||||||
|
@ -449,7 +449,7 @@ dependencies = [
|
||||||
"flate2",
|
"flate2",
|
||||||
"git2",
|
"git2",
|
||||||
"glob",
|
"glob",
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"remove_dir_all",
|
"remove_dir_all",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
|
@ -567,7 +567,7 @@ dependencies = [
|
||||||
"chalk-ir",
|
"chalk-ir",
|
||||||
"ena",
|
"ena",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"petgraph",
|
"petgraph",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
@ -631,7 +631,7 @@ dependencies = [
|
||||||
"filetime",
|
"filetime",
|
||||||
"futures 0.3.19",
|
"futures 0.3.19",
|
||||||
"if_chain",
|
"if_chain",
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -654,7 +654,7 @@ dependencies = [
|
||||||
"cargo_metadata",
|
"cargo_metadata",
|
||||||
"clap 2.34.0",
|
"clap 2.34.0",
|
||||||
"indoc",
|
"indoc",
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"opener",
|
"opener",
|
||||||
"regex",
|
"regex",
|
||||||
"shell-escape",
|
"shell-escape",
|
||||||
|
@ -668,7 +668,7 @@ dependencies = [
|
||||||
"cargo_metadata",
|
"cargo_metadata",
|
||||||
"clippy_utils",
|
"clippy_utils",
|
||||||
"if_chain",
|
"if_chain",
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"pulldown-cmark",
|
"pulldown-cmark",
|
||||||
"quine-mc_cluskey",
|
"quine-mc_cluskey",
|
||||||
"regex-syntax",
|
"regex-syntax",
|
||||||
|
@ -1790,15 +1790,6 @@ dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "itertools"
|
|
||||||
version = "0.9.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
||||||
dependencies = [
|
|
||||||
"either",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itertools"
|
name = "itertools"
|
||||||
version = "0.10.1"
|
version = "0.10.1"
|
||||||
|
@ -3145,7 +3136,7 @@ dependencies = [
|
||||||
"futures 0.3.19",
|
"futures 0.3.19",
|
||||||
"heck",
|
"heck",
|
||||||
"home",
|
"home",
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"jsonrpc-core",
|
"jsonrpc-core",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log",
|
"log",
|
||||||
|
@ -3187,7 +3178,7 @@ dependencies = [
|
||||||
"derive-new",
|
"derive-new",
|
||||||
"env_logger 0.9.0",
|
"env_logger 0.9.0",
|
||||||
"fst",
|
"fst",
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"json",
|
"json",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log",
|
"log",
|
||||||
|
@ -3418,7 +3409,7 @@ dependencies = [
|
||||||
name = "rustc_ast_passes"
|
name = "rustc_ast_passes"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"rustc_ast",
|
"rustc_ast",
|
||||||
"rustc_ast_pretty",
|
"rustc_ast_pretty",
|
||||||
"rustc_attr",
|
"rustc_attr",
|
||||||
|
@ -3461,7 +3452,7 @@ name = "rustc_borrowck"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"polonius-engine",
|
"polonius-engine",
|
||||||
"rustc_const_eval",
|
"rustc_const_eval",
|
||||||
"rustc_data_structures",
|
"rustc_data_structures",
|
||||||
|
@ -3543,7 +3534,7 @@ version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"cc",
|
"cc",
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"jobserver",
|
"jobserver",
|
||||||
"libc",
|
"libc",
|
||||||
"object 0.28.1",
|
"object 0.28.1",
|
||||||
|
@ -4027,7 +4018,7 @@ name = "rustc_mir_transform"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"coverage_test_macros",
|
"coverage_test_macros",
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"rustc_ast",
|
"rustc_ast",
|
||||||
"rustc_attr",
|
"rustc_attr",
|
||||||
"rustc_const_eval",
|
"rustc_const_eval",
|
||||||
|
@ -4428,7 +4419,7 @@ dependencies = [
|
||||||
"askama",
|
"askama",
|
||||||
"atty",
|
"atty",
|
||||||
"expect-test",
|
"expect-test",
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"minifier",
|
"minifier",
|
||||||
"pulldown-cmark",
|
"pulldown-cmark",
|
||||||
"rayon",
|
"rayon",
|
||||||
|
@ -4510,7 +4501,7 @@ dependencies = [
|
||||||
"env_logger 0.8.4",
|
"env_logger 0.8.4",
|
||||||
"getopts",
|
"getopts",
|
||||||
"ignore",
|
"ignore",
|
||||||
"itertools 0.9.0",
|
"itertools",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log",
|
"log",
|
||||||
"regex",
|
"regex",
|
||||||
|
@ -5190,7 +5181,7 @@ checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"combine",
|
"combine",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"itertools 0.10.1",
|
"itertools",
|
||||||
"kstring",
|
"kstring",
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "0.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
itertools = "0.10"
|
itertools = "0.10.1"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
|
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
|
||||||
rustc_attr = { path = "../rustc_attr" }
|
rustc_attr = { path = "../rustc_attr" }
|
||||||
|
|
|
@ -8,7 +8,7 @@ doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
either = "1.5.0"
|
either = "1.5.0"
|
||||||
itertools = "0.10"
|
itertools = "0.10.1"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
polonius-engine = "0.13.0"
|
polonius-engine = "0.13.0"
|
||||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||||
|
|
|
@ -9,7 +9,7 @@ test = false
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "1.2.1"
|
bitflags = "1.2.1"
|
||||||
cc = "1.0.69"
|
cc = "1.0.69"
|
||||||
itertools = "0.10"
|
itertools = "0.10.1"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
libc = "0.2.50"
|
libc = "0.2.50"
|
||||||
jobserver = "0.1.22"
|
jobserver = "0.1.22"
|
||||||
|
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
itertools = "0.10"
|
itertools = "0.10.1"
|
||||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
rustc_ast = { path = "../rustc_ast" }
|
rustc_ast = { path = "../rustc_ast" }
|
||||||
|
|
|
@ -17,7 +17,7 @@ serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
smallvec = "1.6.1"
|
smallvec = "1.6.1"
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
itertools = "0.10"
|
itertools = "0.10.1"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
rustdoc-json-types = { path = "../rustdoc-json-types" }
|
rustdoc-json-types = { path = "../rustdoc-json-types" }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|
|
@ -43,7 +43,7 @@ rustc-workspace-hack = "1.0"
|
||||||
clippy_utils = { path = "clippy_utils" }
|
clippy_utils = { path = "clippy_utils" }
|
||||||
derive-new = "0.5"
|
derive-new = "0.5"
|
||||||
if_chain = "1.0"
|
if_chain = "1.0"
|
||||||
itertools = "0.10"
|
itertools = "0.10.1"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
syn = { version = "1.0", features = ["full"] }
|
syn = { version = "1.0", features = ["full"] }
|
||||||
|
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
bytecount = "0.6"
|
bytecount = "0.6"
|
||||||
clap = "2.33"
|
clap = "2.33"
|
||||||
indoc = "1.0"
|
indoc = "1.0"
|
||||||
itertools = "0.10"
|
itertools = "0.10.1"
|
||||||
opener = "0.5"
|
opener = "0.5"
|
||||||
regex = "1.5"
|
regex = "1.5"
|
||||||
shell-escape = "0.1"
|
shell-escape = "0.1"
|
||||||
|
|
|
@ -12,7 +12,7 @@ edition = "2021"
|
||||||
cargo_metadata = "0.14"
|
cargo_metadata = "0.14"
|
||||||
clippy_utils = { path = "../clippy_utils" }
|
clippy_utils = { path = "../clippy_utils" }
|
||||||
if_chain = "1.0"
|
if_chain = "1.0"
|
||||||
itertools = "0.10"
|
itertools = "0.10.1"
|
||||||
pulldown-cmark = { version = "0.9", default-features = false }
|
pulldown-cmark = { version = "0.9", default-features = false }
|
||||||
quine-mc_cluskey = "0.2"
|
quine-mc_cluskey = "0.2"
|
||||||
regex-syntax = "0.6"
|
regex-syntax = "0.6"
|
||||||
|
|
|
@ -33,7 +33,7 @@ rustfmt-format-diff = []
|
||||||
generic-simd = ["bytecount/generic-simd"]
|
generic-simd = ["bytecount/generic-simd"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
itertools = "0.9"
|
itertools = "0.10.1"
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue