Skip to content

Commit 56003d8

Browse files
committed
Fix cargo deny
1 parent 8ead286 commit 56003d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
util:
157157
- name: cargo deny
158158
download: >
159-
curl -sSL "https://github.com/EmbarkStudios/cargo-deny/releases/download/0.14.24/cargo-deny-0.14.24-x86_64-unknown-linux-musl.tar.gz" |
159+
curl -sSL "https://github.com/EmbarkStudios/cargo-deny/releases/download/0.18.9/cargo-deny-0.18.9-x86_64-unknown-linux-musl.tar.gz" |
160160
sudo tar -xzvf - -C /usr/local/bin --strip-components=1
161161
run: cargo-deny check --hide-inclusion-graph --show-stats
162162
requiresRust: true

0 commit comments

Comments
 (0)