-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Reqwest 0.12 #23370
Labels
upstream
Changes in upstream are required to solve these issues
Comments
bartlomieju
added
the
upstream
Changes in upstream are required to solve these issues
label
Apr 19, 2024
bartlomieju
added a commit
that referenced
this issue
Jun 13, 2024
This commit updates Deno to use `reqwest` at 0.12.4 and `rustls` at 0.22. Other related crates were updated as well to match versions accepted by `reqwest` and `rustls`. Note: we are not using the latest available `rustls` yet, but this upgrade was non-trivial already, so a bump to 0.23 for `rustls` will be done in a separate commit. Closes #23370 --------- Signed-off-by: Ryan Dahl <[email protected]> Signed-off-by: Bartek Iwańczuk <[email protected]> Co-authored-by: Ryan Dahl <[email protected]> Co-authored-by: Divy Srivastava <[email protected]>
bartlomieju
added a commit
that referenced
this issue
Jun 18, 2024
This commit updates Deno to use `reqwest` at 0.12.4 and `rustls` at 0.22. Other related crates were updated as well to match versions accepted by `reqwest` and `rustls`. Note: we are not using the latest available `rustls` yet, but this upgrade was non-trivial already, so a bump to 0.23 for `rustls` will be done in a separate commit. Closes #23370 --------- Signed-off-by: Ryan Dahl <[email protected]> Signed-off-by: Bartek Iwańczuk <[email protected]> Co-authored-by: Ryan Dahl <[email protected]> Co-authored-by: Divy Srivastava <[email protected]>
zebreus
pushed a commit
to zebreus/deno
that referenced
this issue
Jul 8, 2024
This commit updates Deno to use `reqwest` at 0.12.4 and `rustls` at 0.22. Other related crates were updated as well to match versions accepted by `reqwest` and `rustls`. Note: we are not using the latest available `rustls` yet, but this upgrade was non-trivial already, so a bump to 0.23 for `rustls` will be done in a separate commit. Closes denoland#23370 --------- Signed-off-by: Ryan Dahl <[email protected]> Signed-off-by: Bartek Iwańczuk <[email protected]> Co-authored-by: Ryan Dahl <[email protected]> Co-authored-by: Divy Srivastava <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So currently Reqwest is locked to a specific version. https://github.com/denoland/deno/blob/main/Cargo.toml#L148
For that reason, I am unable to compile deno-runtime in one of my projects as I have another library that requires an updated version.
This PR seanmonstar/reqwest#2185 was merged fixing the Mac OS bug but was released in 0.12.
It would also be nice if we could get Hyper Updated and HTTP Updated and remove the locked package renames. But that is going to require a lot of refactoring from what I can tell.
The text was updated successfully, but these errors were encountered: