Skip to content

chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64)#92713

Merged
bgw merged 1 commit into
vercel:canaryfrom
Badbird5907:canary
Apr 13, 2026
Merged

chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64)#92713
bgw merged 1 commit into
vercel:canaryfrom
Badbird5907:canary

Conversation

@Badbird5907
Copy link
Copy Markdown
Contributor

@Badbird5907 Badbird5907 commented 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

@Badbird5907
Copy link
Copy Markdown
Contributor Author

cc @andrewimm I believe this should fix #91653, however I'm not able to test with my Windows ARM machine

@bgw bgw enabled auto-merge (squash) April 13, 2026 16:51
@bgw bgw changed the title chore: Bump reqwest to 0.13.2 chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64) Apr 13, 2026
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Apr 13, 2026

Merging this PR will not alter performance

✅ 8 untouched benchmarks
⏩ 12 skipped benchmarks1


Comparing Badbird5907:canary (3074e83) with canary (fa60f50)

Open in CodSpeed

Footnotes

  1. 12 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@bgw bgw merged commit efb699a into vercel:canary Apr 13, 2026
439 of 479 checks passed
@bgw
Copy link
Copy Markdown
Member

bgw commented Apr 13, 2026

Thank you @Badbird5907!

@bgw
Copy link
Copy Markdown
Member

bgw commented Apr 13, 2026

I've confirmed in a windows-on-arm VM that this fixes #91653

Before

Screenshot 2026-04-13 at 11 44 39 AM

After

Screenshot 2026-04-13 at 1 04 05 PM

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
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Next.js 16.2 build failed: Failed to fetch Google Fonts

2 participants