gamedig / rust-gamedig

Game Server Query Library.
https://crates.io/crates/gamedig
MIT License
38 stars 11 forks source link

Make sure we use Sparse protocol for `cargo audit`. #94

Open CosminPerRam opened 11 months ago

CosminPerRam commented 11 months ago

What is this feature about? Add cargo audit to CI.

Additional context/references Audits the Cargo.lock file for crates containing security vulnerabilities. Also make sure the version used is above 0.18, as in that version they made the Sparse protocol the default one, which is much faster, check a blog post about that here.

CosminPerRam commented 11 months ago

We already have cargo audit in CI by rustsec/audit-check. I'll change this issue to be a tracker to make sure we use the new sparse protocol (to make CI faster).