rustsec / audit-check

🛡️ GitHub Action for security audits
MIT License
49 stars 8 forks source link

Support for lock file v4 #29

Closed nazar-pc closed 4 weeks ago

nazar-pc commented 4 weeks ago

Right now lock files with version = 4 created by nightly versions fail like this:

error: not found: Couldn't load Cargo.lock
Caused by:
  -> I/O operation failed: parse error: parse error: invalid Cargo.lock format version: `4`

Would be great to support this, especially if this is not a big lift.

tarcieri commented 4 weeks ago

Dup of https://github.com/rustsec/rustsec/issues/1249