File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ toml = "0.7.3"
37
37
walkdir = " 2.3"
38
38
# This is used by the `collect-metadata` alias.
39
39
filetime = " 0.2"
40
- itertools = " 0.11 "
40
+ itertools = " 0.12 "
41
41
42
42
# UI test dependencies
43
43
clippy_utils = { path = " clippy_utils" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
aho-corasick = " 1.0"
8
8
clap = " 4.1.4"
9
9
indoc = " 1.0"
10
- itertools = " 0.11 "
10
+ itertools = " 0.12 "
11
11
opener = " 0.6"
12
12
shell-escape = " 0.1"
13
13
walkdir = " 2.3"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cargo_metadata = "0.18"
14
14
clippy_config = { path = " ../clippy_config" }
15
15
clippy_utils = { path = " ../clippy_utils" }
16
16
declare_clippy_lint = { path = " ../declare_clippy_lint" }
17
- itertools = " 0.11 "
17
+ itertools = " 0.12 "
18
18
quine-mc_cluskey = " 0.2"
19
19
regex-syntax = " 0.8"
20
20
serde = { version = " 1.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ publish = false
7
7
[dependencies ]
8
8
clippy_config = { path = " ../clippy_config" }
9
9
arrayvec = { version = " 0.7" , default-features = false }
10
- itertools = " 0.11 "
10
+ itertools = " 0.12 "
11
11
rustc-semver = " 1.1"
12
12
13
13
[features ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ publish = false
8
8
proc-macro = true
9
9
10
10
[dependencies ]
11
- itertools = " 0.11 "
11
+ itertools = " 0.12 "
12
12
quote = " 1.0.21"
13
13
syn = " 2.0"
14
14
You can’t perform that action at this time.
0 commit comments