You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I resolved #479, but I only did basic manual checking before and after to validate the fix, but really both parallel db fetching as well as parallel cargo (git) index updating should be made into integration tests to avoid regressions as well as just give higher confidence.
The text was updated successfully, but these errors were encountered:
This updates tame-index, which includes
EmbarkStudios/tame-index#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
I resolved #479, but I only did basic manual checking before and after to validate the fix, but really both parallel db fetching as well as parallel cargo (git) index updating should be made into integration tests to avoid regressions as well as just give higher confidence.
The text was updated successfully, but these errors were encountered: