This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ toml = "0.7.3"
3737walkdir = " 2.3"
3838# This is used by the `collect-metadata` alias.
3939filetime = " 0.2"
40- itertools = " 0.10.1 "
40+ itertools = " 0.11 "
4141
4242# UI test dependencies
4343clippy_utils = { path = " clippy_utils" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
77aho-corasick = " 0.7"
88clap = " 4.1.4"
99indoc = " 1.0"
10- itertools = " 0.10.1 "
10+ itertools = " 0.11 "
1111opener = " 0.5"
1212shell-escape = " 0.1"
1313walkdir = " 2.3"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cargo_metadata = "0.15.3"
1414clippy_config = { path = " ../clippy_config" }
1515clippy_utils = { path = " ../clippy_utils" }
1616declare_clippy_lint = { path = " ../declare_clippy_lint" }
17- itertools = " 0.10.1 "
17+ itertools = " 0.11 "
1818quine-mc_cluskey = " 0.2"
1919regex-syntax = " 0.7"
2020serde = { version = " 1.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ publish = false
77[dependencies ]
88clippy_config = { path = " ../clippy_config" }
99arrayvec = { version = " 0.7" , default-features = false }
10- itertools = " 0.10.1 "
10+ itertools = " 0.11 "
1111rustc-semver = " 1.1"
1212
1313[features ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ publish = false
88proc-macro = true
99
1010[dependencies ]
11- itertools = " 0.10.1 "
11+ itertools = " 0.11 "
1212quote = " 1.0.21"
1313syn = " 2.0"
1414
You can’t perform that action at this time.
0 commit comments