-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update rustls v0.20.1 -> v0.21.0
This commit updates reqwest to use rustls 0.21.0, both as a direct dependency and through WIP transitive upgrades to tokio-rustls, hyper-rustls, and quinn. One change is required in the reqwest codebase to adjust the import location of the `DigtallySignedStruct` type. Notably the experimental h3 support doesn't build and pass tests in this branch. The upstream h3-quinn crate needs to be patched to use quinn and quinn-proto v0.10.0 with the rustls 0.21.0. I started down that path but had to abort after discovering h3-quinn has been using quinn v0.8.0 and has several breaking changes to address.
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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