Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit a5477c5

Browse files
committed
Auto merge of rust-lang#5285 - matthiaskrgr:dep_it, r=flip1995
deps: bump itertools 0.8 -> 0.9 changelog: none
2 parents c7b395f + 8066993 commit a5477c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ edition = "2018"
1919
[dependencies]
2020
cargo_metadata = "0.9.0"
2121
if_chain = "1.0.0"
22-
itertools = "0.8"
22+
itertools = "0.9"
2323
lazy_static = "1.0.2"
2424
matches = "0.1.7"
2525
pulldown-cmark = { version = "0.7", default-features = false }

0 commit comments

Comments
 (0)