summaryrefslogtreecommitdiff
path: root/maint/cargo_audit.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove chrono exception from cargo_audit.shNick Mathewson2021-10-241-13/+17
|
* Fix some typos in comments.Nick Mathewson2021-10-191-1/+1
| | | | Also, tell the "typos" tool to ignore Cargo.lock.
* Upgrade to latest chrono; update cargo_audit.shNick Mathewson2021-10-191-20/+33
| | | | | | | | | | | | Thanks to the chrono update, we no longer include an obsolete/vulnerable version of the `time` crate. Unfortunately, it turns out that chrono has the same trouble as `time`: it, too, looks at the environment via localtime_r, and the environment isn't threadsafe. One step forward, one step back. At least the underlying issue is one that lots of people seem to care about; let's hope they come up with a solution.
* Add in first cargo-audit exception, as an example.Nick Mathewson2021-10-171-0/+19
|
* Add an ignored cargo-audit warning, with appropriate documentationNick Mathewson2021-10-171-2/+35
|
* Move "cargo audit" invocation into a script.Nick Mathewson2021-10-171-0/+8