deislabs / bindle

Bindle: Object Storage for Collections
Apache License 2.0
263 stars 37 forks source link

Fixes cargo deny and update dependencies #262

Closed thomastaylor312 closed 2 years ago

thomastaylor312 commented 2 years ago

This updates a bunch of dependencies that were causing cargo deny issues and other compilation problems. Please note that I still had to ignore the omnipresent time and chrono RUSTSEC advisories as openid has not updated. I plan on submitting a PR to use the time crate instead over there to fix the issue and then those could be removed. However, I did address all other direct and transitive imports of chrono

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

thomastaylor312 commented 2 years ago

Please note that I removed the cargo audit step as it appears to be doing the exact same thing as cargo deny in this case. We may want to consider adding it back eventually as its own separate pipeline with a scheduled trigger. This means we can remove the requirement for this job as well once this is merged

thomastaylor312 commented 2 years ago

Yeah, that test still flakes every once and a while