Skip to content

ci: run 'cargo outdated' in scheduled jobs

Guillaume Desmottes requested to merge gdesmott/gst-plugins-rs:outdated into master

Automatically detect if a crate we are directly using is outdated.

@slomo : Are you interested in this? Now that cargo outdated works properly with custom CARGO_HOME we can run it in the ci.

I'm also running it in my releasebranches, as well as the other auditing tools, to prevent me from releasing outdated code.

Merge request reports