egg-mode
egg-mode copied to clipboard
Remove the unmaintained `chrono` dependency
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.