chore: Upgrade quinn 0.11, rustls 0.23, hickory-resolver 0.26#603
Open
dimartiro wants to merge 1 commit into
Open
chore: Upgrade quinn 0.11, rustls 0.23, hickory-resolver 0.26#603dimartiro wants to merge 1 commit into
dimartiro wants to merge 1 commit into
Conversation
3b0fb37 to
b47d31c
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
b47d31c to
196795a
Compare
196795a to
23cb053
Compare
|
This would be good to land - will bring it into line with hickory version libp2p main is using. |
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.
Description
Upgrades the QUIC/TLS/DNS stack to current releases, clearing the CVE-flagged transitives that show up as Dependabot alerts on litep2p consumers.
quinnrustlshickory-resolverKey API changes:
pki_typescert/key types,danger-module verifiers, explicit ringCryptoProvider, and anAlwaysResolvesCertresolver (the libp2p critical extension is rejected bywith_single_cert).QuicClient/ServerConfigwrappers,Endpoint::accept()→Incoming, UFCS on streampoll_*(now ambiguous via the new inherentpoll_write).TokioRuntimeProvider,build()returnsResult.Breaking:
Error::CannotReadSystemDnsConfignow wrapsNetError; rustls 0.23 types are re-exported. MSRV is 1.88 (already the CITesttoolchain).