From fc40b5ef3dbc361a349a103888faa89627c4a466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 14:55:05 +1000 Subject: [PATCH] build(deps): bump dtolnay/rust-toolchain from bb45937a053e097f8591208d8e74c90db1873d07 to d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a (#266) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c453302..13f3677 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 - name: Rust toolchain - uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07 + uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a with: toolchain: 1.73.0 components: rustfmt @@ -79,7 +79,7 @@ jobs: python-version: ${{ matrix.python-version }} allow-prereleases: ${{ matrix.allow-prereleases }} - - uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07 + - uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a with: toolchain: 1.73.0 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f653fdd..dd52ae9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -142,7 +142,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07 + - uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a with: toolchain: 1.73.0