diff --git a/support/lints/Cargo.lock b/support/lints/Cargo.lock index 7de05bb27..11ae40359 100644 --- a/support/lints/Cargo.lock +++ b/support/lints/Cargo.lock @@ -187,8 +187,8 @@ checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" [[package]] name = "clippy_utils" -version = "0.1.91" -source = "git+https://github.com/rust-lang/rust-clippy?rev=334fb906aef13d20050987b13448f37391bb97a2#334fb906aef13d20050987b13448f37391bb97a2" +version = "0.1.92" +source = "git+https://github.com/rust-lang/rust-clippy?rev=8116b2354af9fcf08ce7f1946fb5b2f2b5c384fb#8116b2354af9fcf08ce7f1946fb5b2f2b5c384fb" dependencies = [ "arrayvec", "itertools", diff --git a/support/lints/Cargo.toml b/support/lints/Cargo.toml index 7e89a5d96..ce8f04f31 100644 --- a/support/lints/Cargo.toml +++ b/support/lints/Cargo.toml @@ -22,6 +22,6 @@ members = ["*"] exclude = [".cargo", "src", "target"] [workspace.dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "334fb906aef13d20050987b13448f37391bb97a2" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "8116b2354af9fcf08ce7f1946fb5b2f2b5c384fb" } dylint_linting = "4.1.0" dylint_testing = "4.1.0" diff --git a/support/lints/rust-toolchain.toml b/support/lints/rust-toolchain.toml index 07038b722..2a1479d96 100644 --- a/support/lints/rust-toolchain.toml +++ b/support/lints/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2025-08-07" +channel = "nightly-2025-10-16" components = ["llvm-tools-preview", "rustc-dev"]