diff --git a/ci/images_template.yml b/ci/images_template.yml index 9bb84567e..c3f48afb0 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,2 +1,2 @@ variables: - GST_RS_IMG_TAG: '2020-04-27.0' + GST_RS_IMG_TAG: '2020-04-27.1' diff --git a/ci/install-rust.sh b/ci/install-rust.sh index f4f79682b..9305ff5d1 100755 --- a/ci/install-rust.sh +++ b/ci/install-rust.sh @@ -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