Skip to content

Commit cdaccd7

Browse files
committed
bump itertools to 0.12
1 parent a2c1d56 commit cdaccd7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ toml = "0.7.3"
3737
walkdir = "2.3"
3838
# This is used by the `collect-metadata` alias.
3939
filetime = "0.2"
40-
itertools = "0.11"
40+
itertools = "0.12"
4141

4242
# UI test dependencies
4343
clippy_utils = { path = "clippy_utils" }

clippy_dev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
aho-corasick = "1.0"
88
clap = "4.1.4"
99
indoc = "1.0"
10-
itertools = "0.11"
10+
itertools = "0.12"
1111
opener = "0.6"
1212
shell-escape = "0.1"
1313
walkdir = "2.3"

clippy_lints/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cargo_metadata = "0.18"
1414
clippy_config = { path = "../clippy_config" }
1515
clippy_utils = { path = "../clippy_utils" }
1616
declare_clippy_lint = { path = "../declare_clippy_lint" }
17-
itertools = "0.11"
17+
itertools = "0.12"
1818
quine-mc_cluskey = "0.2"
1919
regex-syntax = "0.8"
2020
serde = { version = "1.0", features = ["derive"] }

clippy_utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
[dependencies]
88
clippy_config = { path = "../clippy_config" }
99
arrayvec = { version = "0.7", default-features = false }
10-
itertools = "0.11"
10+
itertools = "0.12"
1111
rustc-semver = "1.1"
1212

1313
[features]

declare_clippy_lint/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
proc-macro = true
99

1010
[dependencies]
11-
itertools = "0.11"
11+
itertools = "0.12"
1212
quote = "1.0.21"
1313
syn = "2.0"
1414

0 commit comments

Comments
 (0)