Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and use UTC timestamps
Due to CVE-2020-26235, the `time` crate has issues determining the local time zone offset, leading to a panic. See <borntyping/rust-simple_logger#52>. Updated to simple_logger 2, which defaults to UTC timestamps to sidestep the issue.
- Loading branch information