chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64)#92713
Merged
Conversation
Contributor
Author
|
cc @andrewimm I believe this should fix #91653, however I'm not able to test with my Windows ARM machine |
bgw
approved these changes
Apr 13, 2026
Merging this PR will not alter performance
Comparing Footnotes
|
Member
|
Thank you @Badbird5907! |
Member
|
I've confirmed in a windows-on-arm VM that this fixes #91653 Before
After
|
bgw
pushed a commit
that referenced
this pull request
Apr 13, 2026
Fixes #91653 Running `next dev` with the latest Turbopack fails to fetch fonts on Windows ARM machines, resulting in an `http2 feature is not enabled` error. This issue was fixed in `reqwest` v0.13.2: seanmonstar/reqwest#2927
This was referenced Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Fixes #91653
Running
next devwith the latest Turbopack fails to fetch fonts on Windows ARM machines, resulting in anhttp2 feature is not enablederror. This issue was fixed inreqwestv0.13.2: seanmonstar/reqwest#2927