Skip to content
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

do not enable chrono default features since that results in a dependency on a vulnerable crate #45

Merged
merged 1 commit into from
Oct 7, 2022
Merged

do not enable chrono default features since that results in a dependency on a vulnerable crate #45

merged 1 commit into from
Oct 7, 2022

Conversation

eranrund
Copy link
Contributor

@eranrund eranrund commented Oct 6, 2022

Hi!

Unnecessarily enabling the default features on the chrono dependency results in the time feature being enabled, which currently depends on a crate that has a security vulnerability. Please see chronotope/chrono#602 for the details. It appears we don't need the default features here, so we can let the user decide which chrono features they want.

@hendrikmaus
Copy link
Owner

Thank you for bringing it up, I'll look into it and release asap 🙏

@hendrikmaus hendrikmaus merged commit 4bc1940 into hendrikmaus:master Oct 7, 2022
@eranrund
Copy link
Contributor Author

eranrund commented Oct 7, 2022

Amazing, thank you for the quick turnaround!

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

Successfully merging this pull request may close these issues.

2 participants