Skip to content

Commit 8341b31

Browse files
committed
Use newer cargo audit
1 parent b610189 commit 8341b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tasks:
4545
rustup component add clippy rustfmt &&
4646
rustup toolchain install nightly &&
4747
curl -L https://github.com/est31/cargo-udeps/releases/download/v0.1.55/cargo-udeps-v0.1.55-x86_64-unknown-linux-gnu.tar.gz | tar xz -C /usr/local/cargo/bin --strip-components 2 &&
48-
curl -L https://github.com/rustsec/rustsec/releases/download/cargo-audit%2Fv0.16.0/cargo-audit-x86_64-unknown-linux-musl-v0.16.0.tgz | tar xzv -C /usr/local/cargo/bin --strip-components 1 &&
48+
curl -L https://github.com/rustsec/rustsec/releases/download/cargo-audit%2Fv0.21.2/cargo-audit-x86_64-unknown-linux-musl-v0.21.2.tgz | tar xzv -C /usr/local/cargo/bin --strip-components 1 &&
4949
git clone --quiet ${repository} &&
5050
cd rust-code-analysis &&
5151
git -c advice.detachedHead=false checkout ${head_rev} &&

0 commit comments

Comments
 (0)