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
## Issue Addressed
NA
## Proposed Changes
- Update versions to `v2.0.1` in anticipation for a release early next week.
- Add `--ignore` to `cargo audit`. See #2727.
## Additional Info
NA
Description
CI for #2726 failed due to this
cargo audit
vuln: https://rustsec.org/advisories/RUSTSEC-2020-0071. This solution for this vuln is to upgradetime
to>=0.2.23
.We are unable to perform this upgrade due to the following dependencies:
chrono
: depends ontime ^0.1.43
.headers
: depends ontime ^0.1.34
.zip
: depends ontime ^0.1
.Once our dependencies update and we can update
time
, we should undo the--ignore
added here e825728.The text was updated successfully, but these errors were encountered: