nathan-osman / rust-sunrise

Crate for calculating sunrise / sunset times
MIT License
10 stars 6 forks source link

Remove time dependency from chrono #2

Closed AldaronLau closed 2 years ago

AldaronLau commented 2 years ago

It would be good to get rid of the time dependency pulled in by chrono because: a) https://rustsec.org/advisories/RUSTSEC-2020-0071 and b) it's not needed.

nathan-osman commented 2 years ago

Good catch, thank you!