-
Notifications
You must be signed in to change notification settings - Fork 83
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
cargo audit reported vulnerabilities in 2.12.0 #505
Comments
The |
An alternative is to disable the optional feature. http-types = { version = "2.12", default-features = false } |
@jbr @yoshuawuyts @Fishrock123 Could one of you make a new release so this can be closed? |
I am once again asking for a new release 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http-types 2.12.0 is the latest version. The default features pull in dependencies with reported vulnerabilities.
Steps to reproduce. The
cargo check
will create theCargo.lock
thatcargo audit
uses.The text was updated successfully, but these errors were encountered: