Skip to content

Commit dcc6ecf

Browse files
authored
Rollup merge of rust-lang#94617 - pierwill:update-itertools, r=Mark-Simulacrum
Update `itertools` Update to 0.10.1
2 parents 9bee01e + c8d6a55 commit dcc6ecf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rustc-workspace-hack = "1.0"
4343
clippy_utils = { path = "clippy_utils" }
4444
derive-new = "0.5"
4545
if_chain = "1.0"
46-
itertools = "0.10"
46+
itertools = "0.10.1"
4747
quote = "1.0"
4848
serde = { version = "1.0", features = ["derive"] }
4949
syn = { version = "1.0", features = ["full"] }

clippy_dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
bytecount = "0.6"
88
clap = "2.33"
99
indoc = "1.0"
10-
itertools = "0.10"
10+
itertools = "0.10.1"
1111
opener = "0.5"
1212
regex = "1.5"
1313
shell-escape = "0.1"

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
cargo_metadata = "0.14"
1313
clippy_utils = { path = "../clippy_utils" }
1414
if_chain = "1.0"
15-
itertools = "0.10"
15+
itertools = "0.10.1"
1616
pulldown-cmark = { version = "0.9", default-features = false }
1717
quine-mc_cluskey = "0.2"
1818
regex-syntax = "0.6"

0 commit comments

Comments
 (0)