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",
|
||||
"ignore",
|
||||
"im-rc",
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"jobserver",
|
||||
"lazy_static",
|
||||
"lazycell",
|
||||
|
@ -449,7 +449,7 @@ dependencies = [
|
|||
"flate2",
|
||||
"git2",
|
||||
"glob",
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"lazy_static",
|
||||
"remove_dir_all",
|
||||
"serde_json",
|
||||
|
@ -567,7 +567,7 @@ dependencies = [
|
|||
"chalk-ir",
|
||||
"ena",
|
||||
"indexmap",
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"petgraph",
|
||||
"rustc-hash",
|
||||
"tracing",
|
||||
|
@ -631,7 +631,7 @@ dependencies = [
|
|||
"filetime",
|
||||
"futures 0.3.19",
|
||||
"if_chain",
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"num_cpus",
|
||||
"parking_lot",
|
||||
"quote",
|
||||
|
@ -654,7 +654,7 @@ dependencies = [
|
|||
"cargo_metadata",
|
||||
"clap 2.34.0",
|
||||
"indoc",
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"opener",
|
||||
"regex",
|
||||
"shell-escape",
|
||||
|
@ -668,7 +668,7 @@ dependencies = [
|
|||
"cargo_metadata",
|
||||
"clippy_utils",
|
||||
"if_chain",
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"pulldown-cmark",
|
||||
"quine-mc_cluskey",
|
||||
"regex-syntax",
|
||||
|
@ -1790,15 +1790,6 @@ dependencies = [
|
|||
"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]]
|
||||
name = "itertools"
|
||||
version = "0.10.1"
|
||||
|
@ -3145,7 +3136,7 @@ dependencies = [
|
|||
"futures 0.3.19",
|
||||
"heck",
|
||||
"home",
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"jsonrpc-core",
|
||||
"lazy_static",
|
||||
"log",
|
||||
|
@ -3187,7 +3178,7 @@ dependencies = [
|
|||
"derive-new",
|
||||
"env_logger 0.9.0",
|
||||
"fst",
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"json",
|
||||
"lazy_static",
|
||||
"log",
|
||||
|
@ -3418,7 +3409,7 @@ dependencies = [
|
|||
name = "rustc_ast_passes"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"rustc_ast",
|
||||
"rustc_ast_pretty",
|
||||
"rustc_attr",
|
||||
|
@ -3461,7 +3452,7 @@ name = "rustc_borrowck"
|
|||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"either",
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"polonius-engine",
|
||||
"rustc_const_eval",
|
||||
"rustc_data_structures",
|
||||
|
@ -3543,7 +3534,7 @@ version = "0.0.0"
|
|||
dependencies = [
|
||||
"bitflags",
|
||||
"cc",
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"jobserver",
|
||||
"libc",
|
||||
"object 0.28.1",
|
||||
|
@ -4027,7 +4018,7 @@ name = "rustc_mir_transform"
|
|||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"coverage_test_macros",
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"rustc_ast",
|
||||
"rustc_attr",
|
||||
"rustc_const_eval",
|
||||
|
@ -4428,7 +4419,7 @@ dependencies = [
|
|||
"askama",
|
||||
"atty",
|
||||
"expect-test",
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"minifier",
|
||||
"pulldown-cmark",
|
||||
"rayon",
|
||||
|
@ -4510,7 +4501,7 @@ dependencies = [
|
|||
"env_logger 0.8.4",
|
||||
"getopts",
|
||||
"ignore",
|
||||
"itertools 0.9.0",
|
||||
"itertools",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"regex",
|
||||
|
@ -5190,7 +5181,7 @@ checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b"
|
|||
dependencies = [
|
||||
"combine",
|
||||
"indexmap",
|
||||
"itertools 0.10.1",
|
||||
"itertools",
|
||||
"kstring",
|
||||
"serde",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue