chore: upgrade to reqwest 0.12.4 and rustls 0.22#24056
Merged
bartlomieju merged 40 commits intodenoland:mainfrom Jun 13, 2024
Merged
chore: upgrade to reqwest 0.12.4 and rustls 0.22#24056bartlomieju merged 40 commits intodenoland:mainfrom
bartlomieju merged 40 commits intodenoland:mainfrom
Conversation
bartlomieju
commented
Jun 3, 2024
ry
reviewed
Jun 4, 2024
ry
added a commit
that referenced
this pull request
Jun 5, 2024
To avoid duplicate winreg crate in #24056
bartlomieju
added a commit
that referenced
this pull request
Jun 5, 2024
To avoid duplicate winreg crate in #24056 --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Contributor
|
Failing test is due to this change in hyper: seanmonstar/reqwest#2207 My two cents: seanmonstar/reqwest#2240 (comment)
EDIT: My bad, I misinterpreted the issue - we're now adding EDIT2: It was already reverted in hyper 1.3.1, so upgrading to that will fix this. Sorry for the noise. |
littledivy
reviewed
Jun 13, 2024
littledivy
reviewed
Jun 13, 2024
devsnek
approved these changes
Jun 13, 2024
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> Signed-off-by: Ryan Dahl <ry@tinyclouds.org>
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com>
bartlomieju
added a commit
that referenced
this pull request
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 <ry@tinyclouds.org> Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: Ryan Dahl <ry@tinyclouds.org> Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
bartlomieju
added a commit
to bartlomieju/deno
that referenced
this pull request
Jun 19, 2024
)" This reverts commit fb31eaa.
bartlomieju
added a commit
that referenced
this pull request
Jun 19, 2024
bartlomieju
added a commit
that referenced
this pull request
Jun 19, 2024
bartlomieju
added a commit
to bartlomieju/deno
that referenced
this pull request
Jul 1, 2024
…oland#24056)" (denoland#24262)" This reverts commit b94707a.
bartlomieju
added a commit
that referenced
this pull request
Jul 2, 2024
Reland of #24056 that doesn't suffer from the problem that was discovered in #24261. It uses upgraded `hyper` and `hyper-util` that fixed the previous problem in hyperium/hyper#3691.
sbmsr
pushed a commit
to sbmsr/deno-1
that referenced
this pull request
Jul 2, 2024
)" (denoland#24262) This reverts commit fb31eaa. Reverting because users reported spurious errors when downloading dependencies - denoland#24260. Closes denoland#24260
sbmsr
pushed a commit
to sbmsr/deno-1
that referenced
this pull request
Jul 2, 2024
Reland of denoland#24056 that doesn't suffer from the problem that was discovered in denoland#24261. It uses upgraded `hyper` and `hyper-util` that fixed the previous problem in hyperium/hyper#3691.
zebreus
pushed a commit
to zebreus/deno
that referenced
this pull request
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 <ry@tinyclouds.org> Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: Ryan Dahl <ry@tinyclouds.org> Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
zebreus
pushed a commit
to zebreus/deno
that referenced
this pull request
Jul 8, 2024
)" (denoland#24262) This reverts commit fb31eaa. Reverting because users reported spurious errors when downloading dependencies - denoland#24260. Closes denoland#24260
zebreus
pushed a commit
to zebreus/deno
that referenced
this pull request
Jul 8, 2024
Reland of denoland#24056 that doesn't suffer from the problem that was discovered in denoland#24261. It uses upgraded `hyper` and `hyper-util` that fixed the previous problem in hyperium/hyper#3691.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit updates Deno to use
reqwestat 0.12.4and
rustlsat 0.22. Other related crates were updatedas well to match versions accepted by
reqwestandrustls.Note: we are not using the latest available
rustlsyet,but this upgrade was non-trivial already, so a bump to
0.23 for
rustlswill be done in a separate commit.Closes #23370