Skip to content

ci: run cargo-audit

Guillaume Desmottes requested to merge gdesmott/gstreamer-rs:cargo-audit into master

Can be used to detect vulnerabilities in deps, see https://blog.rust-lang.org/inside-rust/2019/10/03/Keeping-secure-with-cargo-audit-0.9.html

Added libssl-dev as it's a build dep of one of audit's crate.

Merge request reports