Skip to content

Commit

Permalink
Merge #450
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bors[bot] and renovate[bot] authored Feb 1, 2023
2 parents aefb7ea + 3603cc1 commit cba8ffd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cba8ffd

Please sign in to comment.