ci: install cargo-audit

Not needed for gstreamer-rs as it uses 'cargo deny' but still used by
gst-plugins-rs and gstreamer-rs-sys.
This commit is contained in:
Guillaume Desmottes 2020-04-27 14:11:15 +02:00
parent e23ca02261
commit d31a9fece4
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,2 @@
variables:
GST_RS_IMG_TAG: '2020-04-27.0'
GST_RS_IMG_TAG: '2020-04-27.1'

View file

@ -22,4 +22,5 @@ if [ "$RUST_VERSION" = "stable" ]; then
rustup component add rustfmt
cargo install --force cargo-deny
cargo install --force --git https://github.com/kbknapp/cargo-outdated
cargo install --force cargo-audit
fi