diff --git a/linting/Cargo.toml b/linting/Cargo.toml index 339e511a6ac..6d944540c71 100644 --- a/linting/Cargo.toml +++ b/linting/Cargo.toml @@ -18,7 +18,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE"] crate-type = ["cdylib"] [dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "0cb0f7636851f9fcc57085cf80197a2ef6db098f" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "f4850f7292efa33759b4f7f9b7621268979e9914" } dylint_linting = "2.0.0" if_chain = "1.0.2" log = "0.4.14" diff --git a/linting/rust-toolchain.toml b/linting/rust-toolchain.toml index 16f384b8d36..c3e21827737 100644 --- a/linting/rust-toolchain.toml +++ b/linting/rust-toolchain.toml @@ -2,5 +2,5 @@ # https://github.com/trailofbits/dylint/tree/master/examples. [toolchain] -channel = "nightly-2022-06-30" -components = ["llvm-tools-preview", "rustc-dev"] \ No newline at end of file +channel = "nightly-2022-11-21" +components = ["llvm-tools-preview", "rustc-dev"]