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

Disable default features on http-types crate #332

Open
link2xt opened this issue Nov 23, 2021 · 1 comment
Open

Disable default features on http-types crate #332

link2xt opened this issue Nov 23, 2021 · 1 comment

Comments

@link2xt
Copy link
Contributor

link2xt commented Nov 23, 2021

By default http-types includes cookie-secure feature and pulls in cookie, aes-gcm, aead and probably other crates. This looks unnecessary when you just want to do some HTTPS GET/POST requests and drop any cookies.

@Swatinem
Copy link

Swatinem commented Mar 2, 2022

Worth mentioning: The problem with those crates is that they have active RUSTSEC advisories (or their transitive dependencies have) and this is blocking to have a passing cargo audit.

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