From 3603cc1c09831b2f9f373ac0e1890d82a4ea7d9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 01:18:00 +0000 Subject: [PATCH] chore(deps): update dtolnay/rust-toolchain digest to c758e63 --- .github/workflows/audit.yml | 2 +- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/release.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 088e1a7c95..0925cbb0f8 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout repository uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Install Rust - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: stable - uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49916e55f2..70d6d2dac5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + - uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: ${{ matrix.rust }} components: rust-src @@ -96,7 +96,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + - uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: nightly components: clippy,rustfmt @@ -125,7 +125,7 @@ jobs: - name: Checkout repository uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: stable - uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4 @@ -149,7 +149,7 @@ jobs: - name: Checkout repository uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: stable - uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4 @@ -170,7 +170,7 @@ jobs: - name: Checkout repository uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: nightly - name: Install cargo-llvm-cov @@ -198,7 +198,7 @@ jobs: steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: stable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81886c5a41..2ffbd00b6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false - - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + - uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: stable - run: cargo package