Open niklaslong opened 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.
chrono::DateTime<Utc>
time::OffsetDateTime
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.