Skip to content

Commit

Permalink
Update itertools
Browse files Browse the repository at this point in the history
Update to 0.10.1
  • Loading branch information
pierwill committed Mar 4, 2022
1 parent 92b6955 commit c8d6a55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -43,7 +43,7 @@ rustc-workspace-hack = "1.0"
clippy_utils = { path = "clippy_utils" }
derive-new = "0.5"
if_chain = "1.0"
itertools = "0.10"
itertools = "0.10.1"
quote = "1.0"
serde = { version = "1.0", features = ["derive"] }
syn = { version = "1.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion clippy_dev/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
bytecount = "0.6"
clap = "2.33"
indoc = "1.0"
itertools = "0.10"
itertools = "0.10.1"
opener = "0.5"
regex = "1.5"
shell-escape = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion clippy_lints/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
cargo_metadata = "0.14"
clippy_utils = { path = "../clippy_utils" }
if_chain = "1.0"
itertools = "0.10"
itertools = "0.10.1"
pulldown-cmark = { version = "0.9", default-features = false }
quine-mc_cluskey = "0.2"
regex-syntax = "0.6"
Expand Down

0 comments on commit c8d6a55

Please sign in to comment.