diff --git a/examples/experimental/derive_opportunity/Cargo.lock b/examples/experimental/derive_opportunity/Cargo.lock index 7b945b42a..e3b4912b3 100644 --- a/examples/experimental/derive_opportunity/Cargo.lock +++ b/examples/experimental/derive_opportunity/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_config" -version = "0.1.76" -source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" dependencies = [ "rustc-semver", "serde", @@ -123,8 +123,8 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.76" -source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" dependencies = [ "arrayvec", "clippy_config", @@ -497,9 +497,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.5" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" dependencies = [ "either", ] diff --git a/examples/experimental/derive_opportunity/Cargo.toml b/examples/experimental/derive_opportunity/Cargo.toml index cf41674d1..668b47304 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 = "edb720b199083f4107b858a8761648065bf38d86" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } if_chain = "1.0" once_cell = "1.19" serde = "1.0" diff --git a/examples/experimental/derive_opportunity/rust-toolchain b/examples/experimental/derive_opportunity/rust-toolchain index 1dd485ec6..8c7951e24 100644 --- a/examples/experimental/derive_opportunity/rust-toolchain +++ b/examples/experimental/derive_opportunity/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-11-16" +channel = "nightly-2023-12-28" 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 f5fa95e1f..a00e45527 100644 --- a/examples/experimental/missing_doc_comment_openai/Cargo.lock +++ b/examples/experimental/missing_doc_comment_openai/Cargo.lock @@ -113,8 +113,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_config" -version = "0.1.76" -source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" dependencies = [ "rustc-semver", "serde", @@ -123,8 +123,8 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.76" -source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" dependencies = [ "arrayvec", "clippy_config", @@ -512,9 +512,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.5" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" dependencies = [ "either", ] diff --git a/examples/experimental/missing_doc_comment_openai/Cargo.toml b/examples/experimental/missing_doc_comment_openai/Cargo.toml index f92e21e0b..8d3aec635 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 = "edb720b199083f4107b858a8761648065bf38d86" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } 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 1dd485ec6..8c7951e24 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-2023-11-16" +channel = "nightly-2023-12-28" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/general/Cargo.lock b/examples/general/Cargo.lock index 752b73c2f..4cdef0602 100644 --- a/examples/general/Cargo.lock +++ b/examples/general/Cargo.lock @@ -145,8 +145,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_config" -version = "0.1.76" -source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" dependencies = [ "rustc-semver", "serde", @@ -155,12 +155,12 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.76" -source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" dependencies = [ "arrayvec", "clippy_config", - "itertools 0.10.5", + "itertools", "rustc-semver", ] @@ -571,15 +571,6 @@ dependencies = [ "windows-sys 0.48.0", ] -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.11.0" @@ -790,7 +781,7 @@ checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0" dependencies = [ "anstyle", "difflib", - "itertools 0.11.0", + "itertools", "predicates-core", ] diff --git a/examples/general/Cargo.toml b/examples/general/Cargo.toml index cca785ae2..a85075548 100644 --- a/examples/general/Cargo.toml +++ b/examples/general/Cargo.toml @@ -44,7 +44,7 @@ members = [ ] [workspace.dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "edb720b199083f4107b858a8761648065bf38d86" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } [workspace.metadata.dylint] libraries = [ diff --git a/examples/general/rust-toolchain b/examples/general/rust-toolchain index 1dd485ec6..8c7951e24 100644 --- a/examples/general/rust-toolchain +++ b/examples/general/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-11-16" +channel = "nightly-2023-12-28" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/restriction/Cargo.lock b/examples/restriction/Cargo.lock index 33bbb8f2c..87fa43850 100644 --- a/examples/restriction/Cargo.lock +++ b/examples/restriction/Cargo.lock @@ -145,8 +145,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_config" -version = "0.1.76" -source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" dependencies = [ "rustc-semver", "serde", @@ -155,12 +155,12 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.76" -source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" dependencies = [ "arrayvec", "clippy_config", - "itertools 0.10.5", + "itertools", "rustc-semver", ] @@ -606,15 +606,6 @@ dependencies = [ "windows-sys 0.48.0", ] -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.11.0" @@ -827,7 +818,7 @@ checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0" dependencies = [ "anstyle", "difflib", - "itertools 0.11.0", + "itertools", "predicates-core", ] diff --git a/examples/restriction/Cargo.toml b/examples/restriction/Cargo.toml index 3ccb7c69c..fdcdb48f9 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 = "edb720b199083f4107b858a8761648065bf38d86" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } [workspace.metadata.dylint] libraries = [ diff --git a/examples/restriction/rust-toolchain b/examples/restriction/rust-toolchain index 1dd485ec6..8c7951e24 100644 --- a/examples/restriction/rust-toolchain +++ b/examples/restriction/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-11-16" +channel = "nightly-2023-12-28" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/supplementary/Cargo.lock b/examples/supplementary/Cargo.lock index f594dbd98..e30d6b8c1 100644 --- a/examples/supplementary/Cargo.lock +++ b/examples/supplementary/Cargo.lock @@ -135,8 +135,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_config" -version = "0.1.76" -source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" dependencies = [ "rustc-semver", "serde", @@ -145,8 +145,8 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.76" -source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" dependencies = [ "arrayvec", "clippy_config", @@ -552,9 +552,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.5" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" dependencies = [ "either", ] diff --git a/examples/supplementary/Cargo.toml b/examples/supplementary/Cargo.toml index 5a5b4d0f7..6adaf83b2 100644 --- a/examples/supplementary/Cargo.toml +++ b/examples/supplementary/Cargo.toml @@ -36,7 +36,7 @@ members = [ ] [workspace.dependencies] -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "edb720b199083f4107b858a8761648065bf38d86" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } [workspace.metadata.dylint] libraries = [ diff --git a/examples/supplementary/rust-toolchain b/examples/supplementary/rust-toolchain index 1dd485ec6..8c7951e24 100644 --- a/examples/supplementary/rust-toolchain +++ b/examples/supplementary/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-11-16" +channel = "nightly-2023-12-28" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/examples/testing/clippy/Cargo.lock b/examples/testing/clippy/Cargo.lock index 7a1fb9a31..bf4fcdb30 100644 --- a/examples/testing/clippy/Cargo.lock +++ b/examples/testing/clippy/Cargo.lock @@ -131,7 +131,7 @@ version = "2.5.0" dependencies = [ "anyhow", "cargo_metadata 0.18.1", - "clippy_config", + "clippy_config 0.1.76", "clippy_lints", "clippy_utils", "dylint", @@ -154,19 +154,29 @@ dependencies = [ "toml 0.7.8", ] +[[package]] +name = "clippy_config" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" +dependencies = [ + "rustc-semver", + "serde", + "toml 0.7.8", +] + [[package]] name = "clippy_lints" -version = "0.1.76" -source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" dependencies = [ "arrayvec", "cargo_metadata 0.15.4", - "clippy_config", + "clippy_config 0.1.77", "clippy_utils", "declare_clippy_lint", "itertools", "quine-mc_cluskey", - "regex-syntax 0.7.5", + "regex-syntax", "rustc-semver", "semver", "serde", @@ -178,11 +188,11 @@ dependencies = [ [[package]] name = "clippy_utils" -version = "0.1.76" -source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" dependencies = [ "arrayvec", - "clippy_config", + "clippy_config 0.1.77", "itertools", "rustc-semver", ] @@ -230,8 +240,8 @@ dependencies = [ [[package]] name = "declare_clippy_lint" -version = "0.1.76" -source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +version = "0.1.77" +source = "git+https://github.com/rust-lang/rust-clippy?rev=ac4c2094a6030530661bee3876e0228ddfeb6b8b#ac4c2094a6030530661bee3876e0228ddfeb6b8b" dependencies = [ "itertools", "quote", @@ -478,7 +488,7 @@ dependencies = [ "bstr", "log", "regex-automata", - "regex-syntax 0.8.2", + "regex-syntax", ] [[package]] @@ -547,9 +557,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.5" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" dependencies = [ "either", ] @@ -770,7 +780,7 @@ dependencies = [ "aho-corasick", "memchr", "regex-automata", - "regex-syntax 0.8.2", + "regex-syntax", ] [[package]] @@ -781,15 +791,9 @@ checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.2", + "regex-syntax", ] -[[package]] -name = "regex-syntax" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" - [[package]] name = "regex-syntax" version = "0.8.2" diff --git a/examples/testing/clippy/Cargo.toml b/examples/testing/clippy/Cargo.toml index 3f32c2fcd..5ee2d4fc6 100644 --- a/examples/testing/clippy/Cargo.toml +++ b/examples/testing/clippy/Cargo.toml @@ -11,8 +11,8 @@ crate-type = ["cdylib"] [dependencies] clippy_config = { git = "https://github.com/rust-lang/rust-clippy", rev = "edb720b199083f4107b858a8761648065bf38d86" } -clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "edb720b199083f4107b858a8761648065bf38d86" } -clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "edb720b199083f4107b858a8761648065bf38d86" } +clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } serde_json = "1.0" dylint_internal = { path = "../../../internal" } diff --git a/examples/testing/clippy/rust-toolchain b/examples/testing/clippy/rust-toolchain index e7c8af15b..100ac11fc 100644 --- a/examples/testing/clippy/rust-toolchain +++ b/examples/testing/clippy/rust-toolchain @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2023-11-16" +channel = "nightly-2023-12-28" # 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 759850df3..e61ffe741 100644 --- a/examples/testing/straggler/Cargo.lock +++ b/examples/testing/straggler/Cargo.lock @@ -111,13 +111,23 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +[[package]] +name = "clippy_config" +version = "0.1.76" +source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" +dependencies = [ + "rustc-semver", + "serde", + "toml 0.7.8", +] + [[package]] name = "clippy_utils" -version = "0.1.75" -source = "git+https://github.com/rust-lang/rust-clippy?rev=b105fb4c39bc1a010807a6c076193cef8d93c109#b105fb4c39bc1a010807a6c076193cef8d93c109" +version = "0.1.76" +source = "git+https://github.com/rust-lang/rust-clippy?rev=edb720b199083f4107b858a8761648065bf38d86#edb720b199083f4107b858a8761648065bf38d86" dependencies = [ "arrayvec", - "if_chain", + "clippy_config", "itertools", "rustc-semver", ] @@ -267,7 +277,7 @@ dependencies = [ "rustversion", "serde", "thiserror", - "toml", + "toml 0.8.8", ] [[package]] @@ -966,6 +976,18 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" +[[package]] +name = "toml" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit 0.19.15", +] + [[package]] name = "toml" version = "0.8.8" @@ -975,7 +997,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit", + "toml_edit 0.21.0", ] [[package]] @@ -987,6 +1009,19 @@ dependencies = [ "serde", ] +[[package]] +name = "toml_edit" +version = "0.19.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +dependencies = [ + "indexmap", + "serde", + "serde_spanned", + "toml_datetime", + "winnow", +] + [[package]] name = "toml_edit" version = "0.21.0" diff --git a/examples/testing/straggler/Cargo.toml b/examples/testing/straggler/Cargo.toml index be87a84a3..f59bd968e 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 = "b105fb4c39bc1a010807a6c076193cef8d93c109" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "edb720b199083f4107b858a8761648065bf38d86" } dylint_linting = { path = "../../../utils/linting" } diff --git a/examples/testing/straggler/rust-toolchain b/examples/testing/straggler/rust-toolchain index c88d3f504..c32829a0c 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-10-06" +channel = "nightly-2023-11-16" components = ["llvm-tools-preview", "rustc-dev"] diff --git a/internal/template/Cargo.toml~ b/internal/template/Cargo.toml~ index 336255ef4..a59f885f4 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 = "edb720b199083f4107b858a8761648065bf38d86" } +clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } dylint_linting = "2.5.0" if_chain = "1.0.2" diff --git a/internal/template/rust-toolchain b/internal/template/rust-toolchain index 1dd485ec6..8c7951e24 100644 --- a/internal/template/rust-toolchain +++ b/internal/template/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-11-16" +channel = "nightly-2023-12-28" components = ["llvm-tools-preview", "rustc-dev"]