Skip to content

Commit

Permalink
lock reqwest to 0.11.17 due to build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jan 24, 2024
1 parent 6f7ffc6 commit 66fabe2
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 56 deletions.
117 changes: 62 additions & 55 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 66fabe2

Please sign in to comment.