diff --git a/examples/general/Cargo.lock b/examples/general/Cargo.lock index b58f38d15..ba265f5d2 100644 --- a/examples/general/Cargo.lock +++ b/examples/general/Cargo.lock @@ -145,8 +145,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/general/Cargo.toml b/examples/general/Cargo.toml index e8b0eae91..3da8d00fb 100644 --- a/examples/general/Cargo.toml +++ b/examples/general/Cargo.toml @@ -40,7 +40,7 @@ members = [ ] [workspace.dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } [workspace.metadata.dylint] libraries = [ diff --git a/examples/general/rust-toolchain b/examples/general/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/general/rust-toolchain +++ b/examples/general/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/assert_eq_arg_misordering/Cargo.lock b/examples/restriction/assert_eq_arg_misordering/Cargo.lock index 9e2de4bd6..fbc160f41 100644 --- a/examples/restriction/assert_eq_arg_misordering/Cargo.lock +++ b/examples/restriction/assert_eq_arg_misordering/Cargo.lock @@ -123,8 +123,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/restriction/assert_eq_arg_misordering/Cargo.toml b/examples/restriction/assert_eq_arg_misordering/Cargo.toml index fe64f944b..e4a84b893 100644 --- a/examples/restriction/assert_eq_arg_misordering/Cargo.toml +++ b/examples/restriction/assert_eq_arg_misordering/Cargo.toml @@ -10,7 +10,7 @@ publish = false crate-type = ["cdylib"] [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } if_chain = "1.0" dylint_linting = { path = "../../../utils/linting" } diff --git a/examples/restriction/assert_eq_arg_misordering/rust-toolchain b/examples/restriction/assert_eq_arg_misordering/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/restriction/assert_eq_arg_misordering/rust-toolchain +++ b/examples/restriction/assert_eq_arg_misordering/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/collapsible_unwrap/Cargo.lock b/examples/restriction/collapsible_unwrap/Cargo.lock index ca7835d0e..e96c790b7 100644 --- a/examples/restriction/collapsible_unwrap/Cargo.lock +++ b/examples/restriction/collapsible_unwrap/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/restriction/collapsible_unwrap/Cargo.toml b/examples/restriction/collapsible_unwrap/Cargo.toml index bbb8042dd..cd2409449 100644 --- a/examples/restriction/collapsible_unwrap/Cargo.toml +++ b/examples/restriction/collapsible_unwrap/Cargo.toml @@ -14,7 +14,7 @@ name = "ui" path = "ui/main.rs" [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } heck = "0.4" if_chain = "1.0" diff --git a/examples/restriction/collapsible_unwrap/rust-toolchain b/examples/restriction/collapsible_unwrap/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/restriction/collapsible_unwrap/rust-toolchain +++ b/examples/restriction/collapsible_unwrap/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/const_path_join/Cargo.lock b/examples/restriction/const_path_join/Cargo.lock index 40e55f44e..167a714b3 100644 --- a/examples/restriction/const_path_join/Cargo.lock +++ b/examples/restriction/const_path_join/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/restriction/const_path_join/Cargo.toml b/examples/restriction/const_path_join/Cargo.toml index 47705c2a0..28d53ce53 100644 --- a/examples/restriction/const_path_join/Cargo.toml +++ b/examples/restriction/const_path_join/Cargo.toml @@ -14,7 +14,7 @@ name = "ui" path = "ui/main.rs" [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } if_chain = "1.0" dylint_internal = { path = "../../../internal" } diff --git a/examples/restriction/const_path_join/rust-toolchain b/examples/restriction/const_path_join/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/restriction/const_path_join/rust-toolchain +++ b/examples/restriction/const_path_join/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/derive_opportunity/Cargo.lock b/examples/restriction/derive_opportunity/Cargo.lock index 841374b6f..4906ee67b 100644 --- a/examples/restriction/derive_opportunity/Cargo.lock +++ b/examples/restriction/derive_opportunity/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/restriction/derive_opportunity/Cargo.toml b/examples/restriction/derive_opportunity/Cargo.toml index 242f6bf24..2fe192239 100644 --- a/examples/restriction/derive_opportunity/Cargo.toml +++ b/examples/restriction/derive_opportunity/Cargo.toml @@ -22,7 +22,7 @@ name = "ui_ignore" path = "ui_ignore/main.rs" [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } if_chain = "1.0" once_cell = "1.18" serde = "1.0" diff --git a/examples/restriction/derive_opportunity/rust-toolchain b/examples/restriction/derive_opportunity/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/restriction/derive_opportunity/rust-toolchain +++ b/examples/restriction/derive_opportunity/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/env_literal/Cargo.lock b/examples/restriction/env_literal/Cargo.lock index 3c028b46e..7939f8a29 100644 --- a/examples/restriction/env_literal/Cargo.lock +++ b/examples/restriction/env_literal/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/restriction/env_literal/Cargo.toml b/examples/restriction/env_literal/Cargo.toml index f24c248d1..b191a965a 100644 --- a/examples/restriction/env_literal/Cargo.toml +++ b/examples/restriction/env_literal/Cargo.toml @@ -10,7 +10,7 @@ publish = false crate-type = ["cdylib"] [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } if_chain = "1.0" dylint_internal = { path = "../../../internal" } diff --git a/examples/restriction/env_literal/rust-toolchain b/examples/restriction/env_literal/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/restriction/env_literal/rust-toolchain +++ b/examples/restriction/env_literal/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/inconsistent_qualification/Cargo.lock b/examples/restriction/inconsistent_qualification/Cargo.lock index bdb764790..088ea45d9 100644 --- a/examples/restriction/inconsistent_qualification/Cargo.lock +++ b/examples/restriction/inconsistent_qualification/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/restriction/inconsistent_qualification/Cargo.toml b/examples/restriction/inconsistent_qualification/Cargo.toml index 4e7929bfe..bd1600259 100644 --- a/examples/restriction/inconsistent_qualification/Cargo.toml +++ b/examples/restriction/inconsistent_qualification/Cargo.toml @@ -14,7 +14,7 @@ name = "ui" path = "ui/main.rs" [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } if_chain = "1.0" dylint_linting = { path = "../../../utils/linting" } diff --git a/examples/restriction/inconsistent_qualification/rust-toolchain b/examples/restriction/inconsistent_qualification/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/restriction/inconsistent_qualification/rust-toolchain +++ b/examples/restriction/inconsistent_qualification/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/misleading_variable_name/Cargo.lock b/examples/restriction/misleading_variable_name/Cargo.lock index 62aadcb14..606cd1833 100644 --- a/examples/restriction/misleading_variable_name/Cargo.lock +++ b/examples/restriction/misleading_variable_name/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/restriction/misleading_variable_name/Cargo.toml b/examples/restriction/misleading_variable_name/Cargo.toml index fdde7b0d5..b4078f31c 100644 --- a/examples/restriction/misleading_variable_name/Cargo.toml +++ b/examples/restriction/misleading_variable_name/Cargo.toml @@ -14,7 +14,7 @@ name = "ui" path = "ui/main.rs" [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } heck = "0.4" if_chain = "1.0" diff --git a/examples/restriction/misleading_variable_name/rust-toolchain b/examples/restriction/misleading_variable_name/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/restriction/misleading_variable_name/rust-toolchain +++ b/examples/restriction/misleading_variable_name/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/missing_doc_comment_openai/Cargo.lock b/examples/restriction/missing_doc_comment_openai/Cargo.lock index e101381be..cae7bc4c4 100644 --- a/examples/restriction/missing_doc_comment_openai/Cargo.lock +++ b/examples/restriction/missing_doc_comment_openai/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/restriction/missing_doc_comment_openai/Cargo.toml b/examples/restriction/missing_doc_comment_openai/Cargo.toml index 36792e8c0..025b79243 100644 --- a/examples/restriction/missing_doc_comment_openai/Cargo.toml +++ b/examples/restriction/missing_doc_comment_openai/Cargo.toml @@ -10,7 +10,7 @@ publish = false crate-type = ["cdylib"] [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } curl = "0.4" serde = "1.0" serde_json = "1.0" diff --git a/examples/restriction/missing_doc_comment_openai/rust-toolchain b/examples/restriction/missing_doc_comment_openai/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/restriction/missing_doc_comment_openai/rust-toolchain +++ b/examples/restriction/missing_doc_comment_openai/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/overscoped_allow/Cargo.lock b/examples/restriction/overscoped_allow/Cargo.lock index df645a2ce..91ea49d87 100644 --- a/examples/restriction/overscoped_allow/Cargo.lock +++ b/examples/restriction/overscoped_allow/Cargo.lock @@ -135,8 +135,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/restriction/overscoped_allow/Cargo.toml b/examples/restriction/overscoped_allow/Cargo.toml index 38a82cb6b..7623615f8 100644 --- a/examples/restriction/overscoped_allow/Cargo.toml +++ b/examples/restriction/overscoped_allow/Cargo.toml @@ -19,7 +19,7 @@ path = "ui_test/main.rs" [dependencies] anyhow = "1.0" -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } if_chain = "1.0" rustfix = "0.6" serde = "1.0" diff --git a/examples/restriction/overscoped_allow/rust-toolchain b/examples/restriction/overscoped_allow/rust-toolchain index 6a056bdbe..dd2c75ef6 100644 --- a/examples/restriction/overscoped_allow/rust-toolchain +++ b/examples/restriction/overscoped_allow/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" # smoelius: The ui tests require `clippy`. components = ["clippy", "llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/question_mark_in_expression/Cargo.lock b/examples/restriction/question_mark_in_expression/Cargo.lock index 958df57da..c60234a83 100644 --- a/examples/restriction/question_mark_in_expression/Cargo.lock +++ b/examples/restriction/question_mark_in_expression/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/restriction/question_mark_in_expression/Cargo.toml b/examples/restriction/question_mark_in_expression/Cargo.toml index 774b81e02..f80843017 100644 --- a/examples/restriction/question_mark_in_expression/Cargo.toml +++ b/examples/restriction/question_mark_in_expression/Cargo.toml @@ -26,7 +26,7 @@ name = "non-empty" path = "ui/non-empty.rs" [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } if_chain = "1.0" dylint_linting = { path = "../../../utils/linting" } diff --git a/examples/restriction/question_mark_in_expression/rust-toolchain b/examples/restriction/question_mark_in_expression/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/restriction/question_mark_in_expression/rust-toolchain +++ b/examples/restriction/question_mark_in_expression/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/ref_aware_redundant_closure_for_method_calls/Cargo.lock b/examples/restriction/ref_aware_redundant_closure_for_method_calls/Cargo.lock index 5e87134e3..4ff6aa631 100644 --- a/examples/restriction/ref_aware_redundant_closure_for_method_calls/Cargo.lock +++ b/examples/restriction/ref_aware_redundant_closure_for_method_calls/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/restriction/ref_aware_redundant_closure_for_method_calls/Cargo.toml b/examples/restriction/ref_aware_redundant_closure_for_method_calls/Cargo.toml index 225150f2f..f7e96ff71 100644 --- a/examples/restriction/ref_aware_redundant_closure_for_method_calls/Cargo.toml +++ b/examples/restriction/ref_aware_redundant_closure_for_method_calls/Cargo.toml @@ -18,7 +18,7 @@ name = "ref_aware" path = "ui/ref_aware.rs" [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } if_chain = "1.0" dylint_internal = { path = "../../../internal" } diff --git a/examples/restriction/ref_aware_redundant_closure_for_method_calls/rust-toolchain b/examples/restriction/ref_aware_redundant_closure_for_method_calls/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/restriction/ref_aware_redundant_closure_for_method_calls/rust-toolchain +++ b/examples/restriction/ref_aware_redundant_closure_for_method_calls/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/suboptimal_pattern/Cargo.lock b/examples/restriction/suboptimal_pattern/Cargo.lock index e2fb13f61..8a7ab0e80 100644 --- a/examples/restriction/suboptimal_pattern/Cargo.lock +++ b/examples/restriction/suboptimal_pattern/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/restriction/suboptimal_pattern/Cargo.toml b/examples/restriction/suboptimal_pattern/Cargo.toml index bec1ef9f1..42341e28f 100644 --- a/examples/restriction/suboptimal_pattern/Cargo.toml +++ b/examples/restriction/suboptimal_pattern/Cargo.toml @@ -10,7 +10,7 @@ publish = false crate-type = ["cdylib"] [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } if_chain = "1.0" serde = { version = "1.0", features = ["derive"] } diff --git a/examples/restriction/suboptimal_pattern/rust-toolchain b/examples/restriction/suboptimal_pattern/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/restriction/suboptimal_pattern/rust-toolchain +++ b/examples/restriction/suboptimal_pattern/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/try_io_result/Cargo.lock b/examples/restriction/try_io_result/Cargo.lock index 3803fbf11..d7ca6bb83 100644 --- a/examples/restriction/try_io_result/Cargo.lock +++ b/examples/restriction/try_io_result/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/restriction/try_io_result/Cargo.toml b/examples/restriction/try_io_result/Cargo.toml index 68f7dfb7a..671276dd7 100644 --- a/examples/restriction/try_io_result/Cargo.toml +++ b/examples/restriction/try_io_result/Cargo.toml @@ -14,7 +14,7 @@ name = "ui" path = "ui/main.rs" [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } if_chain = "1.0" dylint_internal = { path = "../../../internal" } diff --git a/examples/restriction/try_io_result/rust-toolchain b/examples/restriction/try_io_result/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/restriction/try_io_result/rust-toolchain +++ b/examples/restriction/try_io_result/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/supplementary/Cargo.lock b/examples/supplementary/Cargo.lock index 4b86435e4..de66f8a35 100644 --- a/examples/supplementary/Cargo.lock +++ b/examples/supplementary/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/supplementary/Cargo.toml b/examples/supplementary/Cargo.toml index 6e4474ffa..d736fe5a3 100644 --- a/examples/supplementary/Cargo.toml +++ b/examples/supplementary/Cargo.toml @@ -31,7 +31,7 @@ members = [ ] [workspace.dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } [workspace.metadata.dylint] libraries = [ diff --git a/examples/supplementary/rust-toolchain b/examples/supplementary/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/examples/supplementary/rust-toolchain +++ b/examples/supplementary/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/testing/clippy/Cargo.lock b/examples/testing/clippy/Cargo.lock index 71cbd5503..f2e9c3729 100644 --- a/examples/testing/clippy/Cargo.lock +++ b/examples/testing/clippy/Cargo.lock @@ -145,8 +145,8 @@ dependencies = [ [[package]] name = "clippy_lints" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "cargo_metadata 0.15.4", @@ -154,7 +154,6 @@ dependencies = [ "declare_clippy_lint", "if_chain", "itertools", - "pulldown-cmark", "quine-mc_cluskey", "regex-syntax", "rustc-semver", @@ -168,8 +167,8 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "arrayvec", "if_chain", @@ -220,8 +219,8 @@ dependencies = [ [[package]] name = "declare_clippy_lint" -version = "0.1.74" -source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" +version = "0.1.75" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" dependencies = [ "itertools", "quote", @@ -717,17 +716,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "pulldown-cmark" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" -dependencies = [ - "bitflags 1.3.2", - "memchr", - "unicase", -] - [[package]] name = "quine-mc_cluskey" version = "0.2.4" @@ -1114,15 +1102,6 @@ version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" -[[package]] -name = "unicase" -version = "2.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" -dependencies = [ - "version_check", -] - [[package]] name = "unicode-bidi" version = "0.3.13" diff --git a/examples/testing/clippy/Cargo.toml b/examples/testing/clippy/Cargo.toml index 8c4919b8c..e3211257d 100644 --- a/examples/testing/clippy/Cargo.toml +++ b/examples/testing/clippy/Cargo.toml @@ -10,8 +10,8 @@ publish = false crate-type = ["cdylib"] [dependencies] -clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } serde_json = "1.0" dylint_internal = { path = "../../../internal" } diff --git a/examples/testing/clippy/rust-toolchain b/examples/testing/clippy/rust-toolchain index bdd6b6cbd..65e29a316 100644 --- a/examples/testing/clippy/rust-toolchain +++ b/examples/testing/clippy/rust-toolchain @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" # smoelius: The `or_fun_call` test passes only if `rust-src` is installed. # smoelius: `rust-src` no longer seems to be necessary. components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/testing/straggler/Cargo.lock b/examples/testing/straggler/Cargo.lock index af2937a57..1adeabe3b 100644 --- a/examples/testing/straggler/Cargo.lock +++ b/examples/testing/straggler/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_utils" -version = "0.1.73" -source = "git+https://github.com/rust-lang/rust-clippy?rev=1d334696587ac22b3a9e651e7ac684ac9e0697b2#1d334696587ac22b3a9e651e7ac684ac9e0697b2" +version = "0.1.74" +source = "git+https://github.com/rust-lang/rust-clippy?rev=acdffd791b31d96cdeb15368132e8ca91f2089af#acdffd791b31d96cdeb15368132e8ca91f2089af" dependencies = [ "arrayvec", "if_chain", diff --git a/examples/testing/straggler/Cargo.toml b/examples/testing/straggler/Cargo.toml index ea99611a2..dbe40b99e 100644 --- a/examples/testing/straggler/Cargo.toml +++ b/examples/testing/straggler/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] # smoelius: `straggler` is intentionally held back for testing purposes. -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "1d334696587ac22b3a9e651e7ac684ac9e0697b2" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } dylint_linting = { path = "../../../utils/linting" } diff --git a/examples/testing/straggler/rust-toolchain b/examples/testing/straggler/rust-toolchain index 1a4f7367c..11c023afd 100644 --- a/examples/testing/straggler/rust-toolchain +++ b/examples/testing/straggler/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] # smoelius: `straggler` is intentionally held back for testing purposes. -channel = "nightly-2023-07-14" +channel = "nightly-2023-08-24" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/internal/template/Cargo.toml~ b/internal/template/Cargo.toml~ index cc95b9ef1..7cf51d2b5 100644 --- a/internal/template/Cargo.toml~ +++ b/internal/template/Cargo.toml~ @@ -10,7 +10,7 @@ publish = false crate-type = ["cdylib"] [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "acdffd791b31d96cdeb15368132e8ca91f2089af" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b105fb4c39bc1a010807a6c076193cef8d93c109" } dylint_linting = "2.4.3" if_chain = "1.0.2" diff --git a/internal/template/rust-toolchain b/internal/template/rust-toolchain index b69cf19fd..0d0cb93cf 100644 --- a/internal/template/rust-toolchain +++ b/internal/template/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-08-24" +channel = "nightly-2023-10-06" components = ["llvm-tools-preview", "rustc-dev"]