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

Remove unused features of dependencies #47

Merged
merged 1 commit into from
Feb 10, 2023

Conversation

jayvdb
Copy link
Collaborator

@jayvdb jayvdb commented Feb 8, 2023

I am especially keen to remove the "time" crate from chrono deps, as it causes cargo-deny to fail due to https://rustsec.org/advisories/RUSTSEC-2020-0071

The one unusual bit here is disabling perf in regex, but given how little the regex library is used, it seems to not be worthwhile using those extra perf gains https://docs.rs/regex/latest/regex/#performance-features .

@jayvdb jayvdb force-pushed the rm-default-features branch 4 times, most recently from 096085f to 2e83908 Compare February 8, 2023 05:15
@jayvdb jayvdb force-pushed the rm-default-features branch from 2e83908 to 352b077 Compare February 8, 2023 05:24
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