Closed nwalfield closed 4 months ago
* 6cf200a30f7124bb82fab6c18ff3f89a754554c5 Don't use deprecated functions from chrono.
| - Authorized by Neal H. Walfield <neal@pep.foundation> [74E445BA0E15C957]
* 61001d12d33ba08b3cbd299c5204c4e241eaac8d Update Cargo.lock.
- Trust root.
The pull request's base (61001d12d33ba08b3cbd299c5204c4e241eaac8d) authenticates the pull request's head (6cf200a30f7124bb82fab6c18ff3f89a754554c5).
/fast-forward
/fast-forward
chrono::NaiveDateTime::from_timestamp_opts
is deprecated and replaced byDateTime::from_timestamp
. Use the later.