Skip to content

Commit 29fc924

Browse files
authored
Upgrade cargo-deny to 0.14.22 (#176)
I think we need at least version 0.13.9, which includes EmbarkStudios/cargo-deny#513 to fix checking for yanked crates with the new sparse crates.io index format. I'm upgrading to the newest release just in case there's anything else we might want.
1 parent 1628818 commit 29fc924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
submodules: true
5959
- run: |
6060
set -e
61-
curl -L https://github.com/EmbarkStudios/cargo-deny/releases/download/0.8.5/cargo-deny-0.8.5-x86_64-unknown-linux-musl.tar.gz | tar xzf -
61+
curl -L https://github.com/EmbarkStudios/cargo-deny/releases/download/0.14.22/cargo-deny-0.14.22-x86_64-unknown-linux-musl.tar.gz | tar xzf -
6262
mv cargo-deny-*-x86_64-unknown-linux-musl/cargo-deny cargo-deny
6363
echo `pwd` >> $GITHUB_PATH
6464
- run: cargo deny check

0 commit comments

Comments
 (0)