egg-mode-rs / egg-mode

a twitter api crate for rust
https://crates.io/crates/egg-mode
Mozilla Public License 2.0
372 stars 65 forks source link

Remove the unmaintained `chrono` dependency #126

Open niklaslong opened 2 years ago

niklaslong commented 2 years ago

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.