ci: run 'cargo outdated' in scheduled jobs
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 release
branches, as well as the other auditing tools, to prevent me from releasing outdated code.