Skip to content

Commit

Permalink
lock reqwest to 0.11.17 due to build issues (#61076)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
sokra authored and kdy1 committed Jan 26, 2024
1 parent 014b212 commit 0947a52
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 60 deletions.
105 changes: 46 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

chromiumoxide = { version = "0.5.0", features = [
"tokio-runtime",
Expand Down

0 comments on commit 0947a52

Please sign in to comment.