FlorianUekermann / rustls-acme

Apache License 2.0
136 stars 27 forks source link

Disable http-types default features such as cookie #42

Closed kraigher closed 1 year ago

kraigher commented 1 year ago

The default cookie feature of http-types drags in a lot of hash/crypto dependencies that are also outdated. This causes bloat and dependency problems for users of the crate.

FlorianUekermann commented 1 year ago

Thank you for the PR. Looks good, I'll test asap (not in an environment today where I have a public IP). The whole async-h1 / http-types thing is on the chopping block anyway due to the async-std dependency, I just didn't get to it yet. Until then this makes sense.

FlorianUekermann commented 1 year ago

Github isn't working atm, but I released 0.7.2 with your change. Thank you for the contribution.