Skip to content

Commit 4fa86dc

Browse files
committed
ci: update to cargo-udeps v0.1.50
1 parent a261a66 commit 4fa86dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,15 @@ jobs:
171171
- uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
172172
with:
173173
profile: minimal
174-
toolchain: nightly-2024-06-01
174+
toolchain: nightly-2024-09-01
175175
override: true
176176
components: rustfmt
177177
- uses: actions-rs/install@69ec87709ffb5b19a7b5ddbf610cb221498bb1eb # v0.1.2
178178
with:
179179
crate: cargo-udeps
180180
use-tool-cache: true
181-
version: 0.1.44
181+
locked: true
182+
version: 0.1.50
182183
- run: cargo udeps
183184

184185
deny:

0 commit comments

Comments
 (0)