Skip to content

Replace chrono with time 0.3 for cargo audit reports #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sunng87 opened this issue Feb 2, 2022 · 1 comment
Closed

Replace chrono with time 0.3 for cargo audit reports #108

sunng87 opened this issue Feb 2, 2022 · 1 comment

Comments

@sunng87
Copy link
Contributor

sunng87 commented Feb 2, 2022

The current release chrono depends on time 0.1.x, which has an issue reported by cargo audit. Also chrono doesn't seem to be well maintained. Its latest version was released 16 months ago. time 0.3.x provides similar functionalities to chrono and could be a good replacement for it.

msrd0 added a commit that referenced this issue Feb 2, 2022
There is no need for time 0.1 compatibility (see #108)
@msrd0
Copy link
Collaborator

msrd0 commented Feb 2, 2022

Oops, chrono should not depend on time 0.1. I hate that that's enabled by default.

msrd0 added a commit that referenced this issue Feb 4, 2022
There is no need for time 0.1 compatibility (see #108)
@sunng87 sunng87 closed this as completed Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants