From e1b4fde5b3671643dfaeac7731a828411d78efc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 15:58:50 +0000 Subject: [PATCH] github: bump dtolnay/rust-toolchain Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 52e69531e6f69a396bc9d1226284493a5db969ff to 1f5cdb56c8779e3efa22473ce181ff83143b172c. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/52e69531e6f69a396bc9d1226284493a5db969ff...1f5cdb56c8779e3efa22473ce181ff83143b172c) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4de93e6ef..8a23b33d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Install Rust (${{ matrix.rust_version }}) - uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff + uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c with: toolchain: ${{ matrix.rust_version }} - name: Build @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff + - uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c with: toolchain: stable - run: sudo apt update && sudo apt-get -y install protobuf-compiler @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff + - uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c with: toolchain: nightly components: rustfmt @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff + - uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c with: toolchain: stable components: clippy diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7054be96..85593efe1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: sudo apt-get update sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools - name: Install Rust - uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff + uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c with: toolchain: stable target: ${{ matrix.target }}