egg-mode icon indicating copy to clipboard operation
egg-mode copied to clipboard

Remove the unmaintained `chrono` dependency

Open niklaslong opened this issue 4 years ago • 0 comments

The crate is unmaintained and currently carries two security vulnerabilities:

Having skimmed the code, it should be easy to replace chrono::DateTime<Utc> with e.g. time::OffsetDateTime. There might be some parsing logic to adjust as well.

niklaslong avatar Nov 16 '21 18:11 niklaslong