Closed wcampbell0x2a closed 2 years ago
Remove chrono, they seem to have no interest in fixing the issue from: https://rustsec.org/advisories/RUSTSEC-2020-0071.html.
This defers that issue by using the time crate directly and using the local_offset functions from a single thread. (This uses localtime_r locally)
Remove chrono, they seem to have no interest in fixing the issue from: https://rustsec.org/advisories/RUSTSEC-2020-0071.html.
This defers that issue by using the time crate directly and using the local_offset functions from a single thread. (This uses localtime_r locally)