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"
43
43
clippy_utils = { path = " clippy_utils" }
44
44
derive-new = " 0.5"
45
45
if_chain = " 1.0"
46
- itertools = " 0.10"
46
+ itertools = " 0.10.1 "
47
47
quote = " 1.0"
48
48
serde = { version = " 1.0" , features = [" derive" ] }
49
49
syn = { version = " 1.0" , features = [" full" ] }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
bytecount = " 0.6"
8
8
clap = " 2.33"
9
9
indoc = " 1.0"
10
- itertools = " 0.10"
10
+ itertools = " 0.10.1 "
11
11
opener = " 0.5"
12
12
regex = " 1.5"
13
13
shell-escape = " 0.1"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ edition = "2021"
12
12
cargo_metadata = " 0.14"
13
13
clippy_utils = { path = " ../clippy_utils" }
14
14
if_chain = " 1.0"
15
- itertools = " 0.10"
15
+ itertools = " 0.10.1 "
16
16
pulldown-cmark = { version = " 0.9" , default-features = false }
17
17
quine-mc_cluskey = " 0.2"
18
18
regex-syntax = " 0.6"
You can’t perform that action at this time.
0 commit comments