Skip to content

Commit cba8ffd

Browse files
Merge #450
450: chore(deps): update dtolnay/rust-toolchain digest to c758e63 r=renovate[bot] a=renovate[bot] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | dtolnay/rust-toolchain | action | digest | `ce8f658` -> `c758e63` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/OpenPoolProject/stratum). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExNy4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 parents aefb7ea + 3603cc1 commit cba8ffd

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout repository
2929
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
3030
- name: Install Rust
31-
uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
31+
uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4
3232
with:
3333
toolchain: stable
3434
- uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
5252

5353
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
54-
- uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
54+
- uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4
5555
with:
5656
toolchain: ${{ matrix.rust }}
5757
components: rust-src
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
9898
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
99-
- uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
99+
- uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4
100100
with:
101101
toolchain: nightly
102102
components: clippy,rustfmt
@@ -125,7 +125,7 @@ jobs:
125125
- name: Checkout repository
126126
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
127127
- name: Install Rust toolchain
128-
uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
128+
uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4
129129
with:
130130
toolchain: stable
131131
- uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4
@@ -149,7 +149,7 @@ jobs:
149149
- name: Checkout repository
150150
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
151151
- name: Install Rust toolchain
152-
uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
152+
uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4
153153
with:
154154
toolchain: stable
155155
- uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4
@@ -170,7 +170,7 @@ jobs:
170170
- name: Checkout repository
171171
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
172172
- name: Install Rust toolchain
173-
uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
173+
uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4
174174
with:
175175
toolchain: nightly
176176
- name: Install cargo-llvm-cov
@@ -198,7 +198,7 @@ jobs:
198198
steps:
199199
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
200200
- name: Install Rust toolchain
201-
uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
201+
uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4
202202
with:
203203
toolchain:
204204
stable

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
3535
with:
3636
persist-credentials: false
37-
- uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
37+
- uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4
3838
with:
3939
toolchain: stable
4040
- run: cargo package

0 commit comments

Comments
 (0)