Skip to content

Commit

Permalink
ci: update to cargo-udeps v0.1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Sep 24, 2024
1 parent a261a66 commit 4fa86dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,15 @@ jobs:
- uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
with:
profile: minimal
toolchain: nightly-2024-06-01
toolchain: nightly-2024-09-01
override: true
components: rustfmt
- uses: actions-rs/install@69ec87709ffb5b19a7b5ddbf610cb221498bb1eb # v0.1.2
with:
crate: cargo-udeps
use-tool-cache: true
version: 0.1.44
locked: true
version: 0.1.50
- run: cargo udeps

deny:
Expand Down

0 comments on commit 4fa86dc

Please sign in to comment.