Skip to content

Commit 30a5d96

Browse files
authored
lock reqwest to 0.11.17 due to build issues (vercel#61076)
### Why? otherwise the build fails on aarch64-unknown-linux-gnu build-and-deploy action: https://github.com/vercel/next.js/actions/runs/7638354515/job/20809074561 Closes PACK-2287
1 parent 6f7ffc6 commit 30a5d96

File tree

2 files changed

+47
-60
lines changed

2 files changed

+47
-60
lines changed

Cargo.lock

Lines changed: 46 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack
4949
# If you changed, must verify with ALL build targets with next-swc to ensure
5050
# it works. next-swc have various platforms, some doesn't support native (using openssl-sys)
5151
# and some aren't buildable with rustls.
52-
reqwest = { version = "0.11.14", default-features = false }
52+
reqwest = { version = "=0.11.17", default-features = false }
5353

5454
chromiumoxide = { version = "0.5.0", features = [
5555
"tokio-runtime",

0 commit comments

Comments
 (0)