mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
Update itertools to 0.11.
Because the API for `with_position` improved in 0.11 and I want to use it.
This commit is contained in:
parent
82babe0303
commit
fa7cd2548c
@ -37,7 +37,7 @@ toml = "0.7.3"
|
||||
walkdir = "2.3"
|
||||
# This is used by the `collect-metadata` alias.
|
||||
filetime = "0.2"
|
||||
itertools = "0.10.1"
|
||||
itertools = "0.11"
|
||||
|
||||
# UI test dependencies
|
||||
clippy_utils = { path = "clippy_utils" }
|
||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||
aho-corasick = "0.7"
|
||||
clap = "4.1.4"
|
||||
indoc = "1.0"
|
||||
itertools = "0.10.1"
|
||||
itertools = "0.11"
|
||||
opener = "0.5"
|
||||
shell-escape = "0.1"
|
||||
walkdir = "2.3"
|
||||
|
@ -14,7 +14,7 @@ cargo_metadata = "0.15.3"
|
||||
clippy_config = { path = "../clippy_config" }
|
||||
clippy_utils = { path = "../clippy_utils" }
|
||||
declare_clippy_lint = { path = "../declare_clippy_lint" }
|
||||
itertools = "0.10.1"
|
||||
itertools = "0.11"
|
||||
quine-mc_cluskey = "0.2"
|
||||
regex-syntax = "0.7"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
@ -7,7 +7,7 @@ publish = false
|
||||
[dependencies]
|
||||
clippy_config = { path = "../clippy_config" }
|
||||
arrayvec = { version = "0.7", default-features = false }
|
||||
itertools = "0.10.1"
|
||||
itertools = "0.11"
|
||||
rustc-semver = "1.1"
|
||||
|
||||
[features]
|
||||
|
@ -8,7 +8,7 @@ publish = false
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.10.1"
|
||||
itertools = "0.11"
|
||||
quote = "1.0.21"
|
||||
syn = "2.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user