-
-
Notifications
You must be signed in to change notification settings - Fork 348
Bump dep reqwest from 0.11.12 to 0.12.0 #1327
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
Conversation
That seemed…easier than I thought it would be, awesome! I will merge once CI is green and believe this isn't a breaking change as the |
I am taking a look at the test failures now, hoping to push a fix soon. |
That way we assure that the version will always be the correct one within the workspace, which is required for proper function.
In short, reqwest sends a `content-length: 0` header in GET requests for a reason maybe related to this issue: seanmonstar/reqwest#1971 For now, let's ignore Content-Length header lines.
That way, versions can't diverge.
Thanks! I would never know how to fix the tests by myself 😂 |
@Byron Can we publish a new patch release please? |
Alright, |
Thanks! |
reqwest 0.12.0 has released, which finally switched to hyper v1
https://github.com/seanmonstar/reqwest/releases/tag/v0.12.0