diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90cc991a2b..c39338ea69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: if: matrix.sanitizer == 'address' uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2022-07-20 + toolchain: nightly-2024-06-21 - name: Settings for cargo in Linux if: matrix.sanitizer == 'address' run: | diff --git a/Cargo.lock b/Cargo.lock index 95e414f7b8..500978678c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -640,9 +640,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "proc-macro2" -version = "1.0.56" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" +checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" dependencies = [ "unicode-ident", ]