You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It depends on a very old version of time which is affected by RUSTSEC-2020-0071 (#25), and itself is affected by the same thing (CVE-2020-26235: chronotope/chrono#602).
The text was updated successfully, but these errors were encountered:
gourlaysama
changed the title
Migrate away from chrono and directly use time 0.3
Look into migrating away from chrono and directly use time 0.3
Oct 20, 2021
Chrono is seeing more activity these days (although there hasn't been a release since 2020)
We don't use the dangerous code paths here (we don't really need the local offset in the first place),
We require chrono's unstable-locales to display localized versions of the date/time obtained from OpenWeather (every other use of chrono can be done with just time 0.3)
chrono
doesn't appear to be maintained anymore.It depends on a very old version of
time
which is affected by RUSTSEC-2020-0071 (#25), and itself is affected by the same thing (CVE-2020-26235: chronotope/chrono#602).The text was updated successfully, but these errors were encountered: