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

Commit 7d24662

Browse files
Bump dtolnay/rust-toolchain from 55c7845fad90d0ae8b2e83715cb900e5e861e8cb to e645b0cf01249a964ec099494d38d2da0f0b349f (#14557)
* Bump dtolnay/rust-toolchain Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 55c7845fad90d0ae8b2e83715cb900e5e861e8cb to e645b0cf01249a964ec099494d38d2da0f0b349f. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@55c7845...e645b0c) --- 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 09de2ae commit 7d24662

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

.github/workflows/latest_deps.yml

+3-3
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@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
30+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
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@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
64+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
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@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
137+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
138138
with:
139139
toolchain: stable
140140
- uses: Swatinem/rust-cache@v2

.github/workflows/tests.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# There don't seem to be versioned releases of this action per se: for each rust
103103
# version there is a branch which gets constantly rebased on top of master.
104104
# We pin to a specific commit for paranoia's sake.
105-
uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
105+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
106106
with:
107107
toolchain: 1.58.1
108108
components: clippy
@@ -122,7 +122,7 @@ jobs:
122122
# There don't seem to be versioned releases of this action per se: for each rust
123123
# version there is a branch which gets constantly rebased on top of master.
124124
# We pin to a specific commit for paranoia's sake.
125-
uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
125+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
126126
with:
127127
toolchain: 1.58.1
128128
components: rustfmt
@@ -184,7 +184,7 @@ jobs:
184184
# There don't seem to be versioned releases of this action per se: for each rust
185185
# version there is a branch which gets constantly rebased on top of master.
186186
# We pin to a specific commit for paranoia's sake.
187-
uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
187+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
188188
with:
189189
toolchain: 1.58.1
190190
- uses: Swatinem/rust-cache@v2
@@ -228,7 +228,7 @@ jobs:
228228
# There don't seem to be versioned releases of this action per se: for each rust
229229
# version there is a branch which gets constantly rebased on top of master.
230230
# We pin to a specific commit for paranoia's sake.
231-
uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
231+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
232232
with:
233233
toolchain: 1.58.1
234234
- uses: Swatinem/rust-cache@v2
@@ -346,7 +346,7 @@ jobs:
346346
# There don't seem to be versioned releases of this action per se: for each rust
347347
# version there is a branch which gets constantly rebased on top of master.
348348
# We pin to a specific commit for paranoia's sake.
349-
uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
349+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
350350
with:
351351
toolchain: 1.58.1
352352
- uses: Swatinem/rust-cache@v2
@@ -489,7 +489,7 @@ jobs:
489489
# There don't seem to be versioned releases of this action per se: for each rust
490490
# version there is a branch which gets constantly rebased on top of master.
491491
# We pin to a specific commit for paranoia's sake.
492-
uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
492+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
493493
with:
494494
toolchain: 1.58.1
495495
- uses: Swatinem/rust-cache@v2
@@ -517,7 +517,7 @@ jobs:
517517
# There don't seem to be versioned releases of this action per se: for each rust
518518
# version there is a branch which gets constantly rebased on top of master.
519519
# We pin to a specific commit for paranoia's sake.
520-
uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
520+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
521521
with:
522522
toolchain: 1.58.1
523523
- uses: Swatinem/rust-cache@v2

.github/workflows/twisted_trunk.yml

+3-3
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@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
21+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
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@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
46+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
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@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
85+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
8686
with:
8787
toolchain: stable
8888
- uses: Swatinem/rust-cache@v2

changelog.d/14557.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump dtolnay/rust-toolchain from 55c7845fad90d0ae8b2e83715cb900e5e861e8cb to e645b0cf01249a964ec099494d38d2da0f0b349f.

0 commit comments

Comments
 (0)