Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 349c3a4

Browse files
Bump dtolnay/rust-toolchain from 25dc93b901a87e864900a8aec6c12e9aa794c0c3 to e12eda571dc9a5ee5d58eecf4738ec291c66f295 (#15101)
* Bump dtolnay/rust-toolchain Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 25dc93b901a87e864900a8aec6c12e9aa794c0c3 to e12eda571dc9a5ee5d58eecf4738ec291c66f295. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@25dc93b...e12eda5) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent e9d01ff commit 349c3a4

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

.github/workflows/latest_deps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Install Rust
30-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
30+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
3131
with:
3232
toolchain: stable
3333
- uses: Swatinem/rust-cache@v2
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v3
6262

6363
- name: Install Rust
64-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
64+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
6565
with:
6666
toolchain: stable
6767
- uses: Swatinem/rust-cache@v2
@@ -134,7 +134,7 @@ jobs:
134134
- uses: actions/checkout@v3
135135

136136
- name: Install Rust
137-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
137+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
138138
with:
139139
toolchain: stable
140140
- uses: Swatinem/rust-cache@v2

.github/workflows/tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
# There don't seem to be versioned releases of this action per se: for each rust
113113
# version there is a branch which gets constantly rebased on top of master.
114114
# We pin to a specific commit for paranoia's sake.
115-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
115+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
116116
with:
117117
toolchain: 1.58.1
118118
components: clippy
@@ -134,7 +134,7 @@ jobs:
134134
# There don't seem to be versioned releases of this action per se: for each rust
135135
# version there is a branch which gets constantly rebased on top of master.
136136
# We pin to a specific commit for paranoia's sake.
137-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
137+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
138138
with:
139139
toolchain: nightly-2022-12-01
140140
components: clippy
@@ -154,7 +154,7 @@ jobs:
154154
# There don't seem to be versioned releases of this action per se: for each rust
155155
# version there is a branch which gets constantly rebased on top of master.
156156
# We pin to a specific commit for paranoia's sake.
157-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
157+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
158158
with:
159159
toolchain: 1.58.1
160160
components: rustfmt
@@ -221,7 +221,7 @@ jobs:
221221
# There don't seem to be versioned releases of this action per se: for each rust
222222
# version there is a branch which gets constantly rebased on top of master.
223223
# We pin to a specific commit for paranoia's sake.
224-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
224+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
225225
with:
226226
toolchain: 1.58.1
227227
- uses: Swatinem/rust-cache@v2
@@ -266,7 +266,7 @@ jobs:
266266
# There don't seem to be versioned releases of this action per se: for each rust
267267
# version there is a branch which gets constantly rebased on top of master.
268268
# We pin to a specific commit for paranoia's sake.
269-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
269+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
270270
with:
271271
toolchain: 1.58.1
272272
- uses: Swatinem/rust-cache@v2
@@ -386,7 +386,7 @@ jobs:
386386
# There don't seem to be versioned releases of this action per se: for each rust
387387
# version there is a branch which gets constantly rebased on top of master.
388388
# We pin to a specific commit for paranoia's sake.
389-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
389+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
390390
with:
391391
toolchain: 1.58.1
392392
- uses: Swatinem/rust-cache@v2
@@ -531,7 +531,7 @@ jobs:
531531
# There don't seem to be versioned releases of this action per se: for each rust
532532
# version there is a branch which gets constantly rebased on top of master.
533533
# We pin to a specific commit for paranoia's sake.
534-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
534+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
535535
with:
536536
toolchain: 1.58.1
537537
- uses: Swatinem/rust-cache@v2
@@ -562,7 +562,7 @@ jobs:
562562
# There don't seem to be versioned releases of this action per se: for each rust
563563
# version there is a branch which gets constantly rebased on top of master.
564564
# We pin to a specific commit for paranoia's sake.
565-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
565+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
566566
with:
567567
toolchain: 1.58.1
568568
- uses: Swatinem/rust-cache@v2
@@ -585,7 +585,7 @@ jobs:
585585
# There don't seem to be versioned releases of this action per se: for each rust
586586
# version there is a branch which gets constantly rebased on top of master.
587587
# We pin to a specific commit for paranoia's sake.
588-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
588+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
589589
with:
590590
toolchain: nightly-2022-12-01
591591
- uses: Swatinem/rust-cache@v2

.github/workflows/twisted_trunk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919

2020
- name: Install Rust
21-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
21+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
2222
with:
2323
toolchain: stable
2424
- uses: Swatinem/rust-cache@v2
@@ -43,7 +43,7 @@ jobs:
4343
- run: sudo apt-get -qq install xmlsec1
4444

4545
- name: Install Rust
46-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
46+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
4747
with:
4848
toolchain: stable
4949
- uses: Swatinem/rust-cache@v2
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v3
8383

8484
- name: Install Rust
85-
uses: dtolnay/rust-toolchain@25dc93b901a87e864900a8aec6c12e9aa794c0c3
85+
uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
8686
with:
8787
toolchain: stable
8888
- uses: Swatinem/rust-cache@v2

changelog.d/15101.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump dtolnay/rust-toolchain from 25dc93b901a87e864900a8aec6c12e9aa794c0c3 to e12eda571dc9a5ee5d58eecf4738ec291c66f295.

0 commit comments

Comments
 (0)