File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ rustc-workspace-hack = "1.0"
4343clippy_utils = { path = " clippy_utils" }
4444derive-new = " 0.5"
4545if_chain = " 1.0"
46- itertools = " 0.10"
46+ itertools = " 0.10.1 "
4747quote = " 1.0"
4848serde = { version = " 1.0" , features = [" derive" ] }
4949syn = { version = " 1.0" , features = [" full" ] }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
77bytecount = " 0.6"
88clap = " 2.33"
99indoc = " 1.0"
10- itertools = " 0.10"
10+ itertools = " 0.10.1 "
1111opener = " 0.5"
1212regex = " 1.5"
1313shell-escape = " 0.1"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ edition = "2021"
1212cargo_metadata = " 0.14"
1313clippy_utils = { path = " ../clippy_utils" }
1414if_chain = " 1.0"
15- itertools = " 0.10"
15+ itertools = " 0.10.1 "
1616pulldown-cmark = { version = " 0.9" , default-features = false }
1717quine-mc_cluskey = " 0.2"
1818regex-syntax = " 0.6"
You can’t perform that action at this time.
0 commit comments