Skip to content

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

Merged
merged 4 commits into from
Mar 21, 2024
Merged

Conversation

NobodyXu
Copy link
Contributor

reqwest 0.12.0 has released, which finally switched to hyper v1

https://github.com/seanmonstar/reqwest/releases/tag/v0.12.0

@Byron
Copy link
Member

Byron commented Mar 21, 2024

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 request API doesn't leak into the public surface of any crate.

@Byron
Copy link
Member

Byron commented Mar 21, 2024

I am taking a look at the test failures now, hoping to push a fix soon.

Byron added 2 commits March 21, 2024 12:43
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.
@Byron Byron merged commit 8fde62b into GitoxideLabs:main Mar 21, 2024
@NobodyXu NobodyXu deleted the patch-1 branch March 21, 2024 23:18
@NobodyXu
Copy link
Contributor Author

Thanks!

I would never know how to fix the tests by myself 😂

@NobodyXu
Copy link
Contributor Author

@Byron Can we publish a new patch release please?

@Byron
Copy link
Member

Byron commented Mar 22, 2024

Alright, gix v0.61.1 was released, which goes hand in hand with the gix-transport crate which was adjusted here.

@NobodyXu
Copy link
Contributor Author

Thanks!

Byron added a commit that referenced this pull request Mar 23, 2024
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