diff --git a/examples/experimental/derive_opportunity/Cargo.lock b/examples/experimental/derive_opportunity/Cargo.lock index 36d25dfcc..3d344f463 100644 --- a/examples/experimental/derive_opportunity/Cargo.lock +++ b/examples/experimental/derive_opportunity/Cargo.lock @@ -162,8 +162,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_config" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "rustc-semver", "serde", @@ -172,13 +172,14 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "arrayvec", "clippy_config", "itertools", "rustc-semver", + "rustc_apfloat", ] [[package]] @@ -854,6 +855,16 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" +[[package]] +name = "rustc_apfloat" +version = "0.2.1+llvm-462a31f5a5ab" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f" +dependencies = [ + "bitflags 1.3.2", + "smallvec", +] + [[package]] name = "rustfix" version = "0.8.4" @@ -961,6 +972,12 @@ dependencies = [ "digest", ] +[[package]] +name = "smallvec" +version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" + [[package]] name = "syn" version = "2.0.72" diff --git a/examples/experimental/derive_opportunity/Cargo.toml b/examples/experimental/derive_opportunity/Cargo.toml index 3112e723e..f2ead9073 100644 --- a/examples/experimental/derive_opportunity/Cargo.toml +++ b/examples/experimental/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 = "3e5a02b13b1244545454752c6629b767522a44b1" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "37f4fbb92913586b73a35772efd00eccd1cbbe13" } once_cell = "1.19" serde = "1.0" diff --git a/examples/experimental/derive_opportunity/rust-toolchain b/examples/experimental/derive_opportunity/rust-toolchain index 84083f8eb..4b1a3c8eb 100644 --- a/examples/experimental/derive_opportunity/rust-toolchain +++ b/examples/experimental/derive_opportunity/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-06-13" +channel = "nightly-2024-07-25" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/experimental/missing_doc_comment_openai/Cargo.lock b/examples/experimental/missing_doc_comment_openai/Cargo.lock index 0da96b74c..9018d9fe0 100644 --- a/examples/experimental/missing_doc_comment_openai/Cargo.lock +++ b/examples/experimental/missing_doc_comment_openai/Cargo.lock @@ -162,8 +162,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_config" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "rustc-semver", "serde", @@ -172,13 +172,14 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "arrayvec", "clippy_config", "itertools", "rustc-semver", + "rustc_apfloat", ] [[package]] @@ -882,6 +883,16 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" +[[package]] +name = "rustc_apfloat" +version = "0.2.1+llvm-462a31f5a5ab" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f" +dependencies = [ + "bitflags 1.3.2", + "smallvec", +] + [[package]] name = "rustfix" version = "0.8.4" @@ -998,6 +1009,12 @@ dependencies = [ "digest", ] +[[package]] +name = "smallvec" +version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" + [[package]] name = "socket2" version = "0.5.7" diff --git a/examples/experimental/missing_doc_comment_openai/Cargo.toml b/examples/experimental/missing_doc_comment_openai/Cargo.toml index 2e936f064..a1ccf4a47 100644 --- a/examples/experimental/missing_doc_comment_openai/Cargo.toml +++ b/examples/experimental/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 = "3e5a02b13b1244545454752c6629b767522a44b1" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "37f4fbb92913586b73a35772efd00eccd1cbbe13" } curl = "0.4" serde = "1.0" serde_json = "1.0" diff --git a/examples/experimental/missing_doc_comment_openai/rust-toolchain b/examples/experimental/missing_doc_comment_openai/rust-toolchain index 84083f8eb..4b1a3c8eb 100644 --- a/examples/experimental/missing_doc_comment_openai/rust-toolchain +++ b/examples/experimental/missing_doc_comment_openai/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-06-13" +channel = "nightly-2024-07-25" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/general/Cargo.lock b/examples/general/Cargo.lock index c71bfd9b5..594f0eec6 100644 --- a/examples/general/Cargo.lock +++ b/examples/general/Cargo.lock @@ -215,8 +215,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_config" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "rustc-semver", "serde", @@ -225,13 +225,14 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "arrayvec", "clippy_config", "itertools", "rustc-semver", + "rustc_apfloat", ] [[package]] @@ -1030,6 +1031,16 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" +[[package]] +name = "rustc_apfloat" +version = "0.2.1+llvm-462a31f5a5ab" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f" +dependencies = [ + "bitflags 1.3.2", + "smallvec", +] + [[package]] name = "rustfix" version = "0.8.4" @@ -1137,6 +1148,12 @@ dependencies = [ "digest", ] +[[package]] +name = "smallvec" +version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" + [[package]] name = "syn" version = "1.0.109" diff --git a/examples/general/Cargo.toml b/examples/general/Cargo.toml index 2019b6261..1efc2a4e9 100644 --- a/examples/general/Cargo.toml +++ b/examples/general/Cargo.toml @@ -46,7 +46,7 @@ members = [ ] [workspace.dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "3e5a02b13b1244545454752c6629b767522a44b1" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "37f4fbb92913586b73a35772efd00eccd1cbbe13" } [workspace.lints.rust.unexpected_cfgs] level = "deny" diff --git a/examples/general/rust-toolchain b/examples/general/rust-toolchain index 84083f8eb..4b1a3c8eb 100644 --- a/examples/general/rust-toolchain +++ b/examples/general/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-06-13" +channel = "nightly-2024-07-25" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/Cargo.lock b/examples/restriction/Cargo.lock index 7719bfb2e..8c61243d6 100644 --- a/examples/restriction/Cargo.lock +++ b/examples/restriction/Cargo.lock @@ -187,8 +187,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_config" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "rustc-semver", "serde", @@ -197,13 +197,14 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "arrayvec", "clippy_config", "itertools", "rustc-semver", + "rustc_apfloat", ] [[package]] @@ -1094,6 +1095,16 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" +[[package]] +name = "rustc_apfloat" +version = "0.2.1+llvm-462a31f5a5ab" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f" +dependencies = [ + "bitflags 1.3.2", + "smallvec", +] + [[package]] name = "rustfix" version = "0.8.4" @@ -1201,6 +1212,12 @@ dependencies = [ "digest", ] +[[package]] +name = "smallvec" +version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" + [[package]] name = "strsim" version = "0.11.1" diff --git a/examples/restriction/Cargo.toml b/examples/restriction/Cargo.toml index 790a5a0a1..5974a1b75 100644 --- a/examples/restriction/Cargo.toml +++ b/examples/restriction/Cargo.toml @@ -15,7 +15,7 @@ members = [ resolver = "2" [workspace.dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "3e5a02b13b1244545454752c6629b767522a44b1" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "37f4fbb92913586b73a35772efd00eccd1cbbe13" } [workspace.lints.rust.unexpected_cfgs] level = "deny" diff --git a/examples/restriction/rust-toolchain b/examples/restriction/rust-toolchain index 84083f8eb..4b1a3c8eb 100644 --- a/examples/restriction/rust-toolchain +++ b/examples/restriction/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-06-13" +channel = "nightly-2024-07-25" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/supplementary/Cargo.lock b/examples/supplementary/Cargo.lock index 5f1341bb0..ab8f81822 100644 --- a/examples/supplementary/Cargo.lock +++ b/examples/supplementary/Cargo.lock @@ -185,8 +185,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_config" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "rustc-semver", "serde", @@ -195,13 +195,14 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "arrayvec", "clippy_config", "itertools", "rustc-semver", + "rustc_apfloat", ] [[package]] @@ -999,6 +1000,16 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" +[[package]] +name = "rustc_apfloat" +version = "0.2.1+llvm-462a31f5a5ab" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f" +dependencies = [ + "bitflags 1.3.2", + "smallvec", +] + [[package]] name = "rustfix" version = "0.8.4" @@ -1112,6 +1123,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" +[[package]] +name = "smallvec" +version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" + [[package]] name = "supplementary" version = "3.1.2" diff --git a/examples/supplementary/Cargo.toml b/examples/supplementary/Cargo.toml index b00f0cd71..4389dd9db 100644 --- a/examples/supplementary/Cargo.toml +++ b/examples/supplementary/Cargo.toml @@ -39,7 +39,7 @@ members = [ ] [workspace.dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "3e5a02b13b1244545454752c6629b767522a44b1" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "37f4fbb92913586b73a35772efd00eccd1cbbe13" } [workspace.lints.rust.unexpected_cfgs] level = "deny" diff --git a/examples/supplementary/rust-toolchain b/examples/supplementary/rust-toolchain index 84083f8eb..4b1a3c8eb 100644 --- a/examples/supplementary/rust-toolchain +++ b/examples/supplementary/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-06-13" +channel = "nightly-2024-07-25" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/testing/clippy/Cargo.lock b/examples/testing/clippy/Cargo.lock index 9cea0e5b8..76607b191 100644 --- a/examples/testing/clippy/Cargo.lock +++ b/examples/testing/clippy/Cargo.lock @@ -181,8 +181,8 @@ dependencies = [ [[package]] name = "clippy_config" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "rustc-semver", "serde", @@ -191,8 +191,8 @@ dependencies = [ [[package]] name = "clippy_lints" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "arrayvec", "cargo_metadata", @@ -213,13 +213,14 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "arrayvec", "clippy_config", "itertools", "rustc-semver", + "rustc_apfloat", ] [[package]] @@ -271,8 +272,8 @@ dependencies = [ [[package]] name = "declare_clippy_lint" -version = "0.1.81" -source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" +version = "0.1.82" +source = "git+https://github.com/rust-lang/rust-clippy?rev=37f4fbb92913586b73a35772efd00eccd1cbbe13#37f4fbb92913586b73a35772efd00eccd1cbbe13" dependencies = [ "itertools", "quote", @@ -897,6 +898,16 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" +[[package]] +name = "rustc_apfloat" +version = "0.2.1+llvm-462a31f5a5ab" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f" +dependencies = [ + "bitflags 1.3.2", + "smallvec", +] + [[package]] name = "rustfix" version = "0.8.4" @@ -1004,6 +1015,12 @@ dependencies = [ "digest", ] +[[package]] +name = "smallvec" +version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" + [[package]] name = "syn" version = "2.0.72" diff --git a/examples/testing/clippy/Cargo.toml b/examples/testing/clippy/Cargo.toml index 1db623c12..881e0741c 100644 --- a/examples/testing/clippy/Cargo.toml +++ b/examples/testing/clippy/Cargo.toml @@ -10,9 +10,9 @@ publish = false crate-type = ["cdylib"] [dependencies] -clippy_config = { git = "https://github.com/rust-lang/rust-clippy", rev = "3e5a02b13b1244545454752c6629b767522a44b1" } -clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "3e5a02b13b1244545454752c6629b767522a44b1" } -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "3e5a02b13b1244545454752c6629b767522a44b1" } +clippy_config = { git = "https://github.com/rust-lang/rust-clippy", rev = "37f4fbb92913586b73a35772efd00eccd1cbbe13" } +clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "37f4fbb92913586b73a35772efd00eccd1cbbe13" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "37f4fbb92913586b73a35772efd00eccd1cbbe13" } serde_json = "1.0" dylint_internal = { path = "../../../internal" } diff --git a/examples/testing/clippy/rust-toolchain b/examples/testing/clippy/rust-toolchain index d4a70ef5d..76585d0fd 100644 --- a/examples/testing/clippy/rust-toolchain +++ b/examples/testing/clippy/rust-toolchain @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2024-06-13" +channel = "nightly-2024-07-25" # 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 61eecb089..e917dd4ad 100644 --- a/examples/testing/straggler/Cargo.lock +++ b/examples/testing/straggler/Cargo.lock @@ -162,8 +162,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_config" -version = "0.1.80" -source = "git+https://github.com/rust-lang/rust-clippy?rev=1325425589efdaf4bba99c37f0d80030ab53aac5#1325425589efdaf4bba99c37f0d80030ab53aac5" +version = "0.1.81" +source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" dependencies = [ "rustc-semver", "serde", @@ -172,8 +172,8 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.80" -source = "git+https://github.com/rust-lang/rust-clippy?rev=1325425589efdaf4bba99c37f0d80030ab53aac5#1325425589efdaf4bba99c37f0d80030ab53aac5" +version = "0.1.81" +source = "git+https://github.com/rust-lang/rust-clippy?rev=3e5a02b13b1244545454752c6629b767522a44b1#3e5a02b13b1244545454752c6629b767522a44b1" dependencies = [ "arrayvec", "clippy_config", diff --git a/examples/testing/straggler/Cargo.toml b/examples/testing/straggler/Cargo.toml index 706489289..0fff0bbad 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 = "1325425589efdaf4bba99c37f0d80030ab53aac5" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "3e5a02b13b1244545454752c6629b767522a44b1" } dylint_linting = { path = "../../../utils/linting" } diff --git a/examples/testing/straggler/rust-toolchain b/examples/testing/straggler/rust-toolchain index 4a08b676d..72bf90473 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-2024-05-02" +channel = "nightly-2024-06-13" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/internal/template/Cargo.toml~ b/internal/template/Cargo.toml~ index 67e6c9e32..0aa7fe72c 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 = "3e5a02b13b1244545454752c6629b767522a44b1" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "37f4fbb92913586b73a35772efd00eccd1cbbe13" } dylint_linting = "3.1.2" [dev-dependencies] diff --git a/internal/template/rust-toolchain b/internal/template/rust-toolchain index 84083f8eb..4b1a3c8eb 100644 --- a/internal/template/rust-toolchain +++ b/internal/template/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-06-13" +channel = "nightly-2024-07-25" components = ["llvm-tools-preview", "rustc-dev"]