EmbarkStudios / cargo-deny

❌ Cargo plugin for linting your dependencies 🦀
http://embark.rs
Apache License 2.0
1.71k stars 83 forks source link

Update tame-index/gix #566

Closed Jake-Shadle closed 1 year ago

Jake-Shadle commented 1 year ago

This updates tame-index, which includes https://github.com/EmbarkStudios/tame-index/pull/33, which allows cargo-deny to use OS file locking for safer interactions with cargo, as well as improved safety and robustness for read/fetching advisory databases.

This doesn't add new tests as I'm pretty confident the OS file locking code works correctly, which means #537 is basically covered since it's more robust now.

Resolves: #537