You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub is now sending us security issues because we're indirectly pulling in this crate which is specifying v0.22 of webpki-roots and v0.23 of tokio-rustls.
Updating webpki-roots results in a deprecation warning but, otherwise, compiles. There appears to be a slight API change in tokio-rustls, so that will take more analysis to fix.
If these updates can be made, it shouldn't change the overall API, so it would only be a patch-level version change. That way we don't have to create issues up the chain.
The text was updated successfully, but these errors were encountered:
GitHub is now sending us security issues because we're indirectly pulling in this crate which is specifying v0.22 of
webpki-roots
and v0.23 oftokio-rustls
.Updating
webpki-roots
results in a deprecation warning but, otherwise, compiles. There appears to be a slight API change intokio-rustls
, so that will take more analysis to fix.If these updates can be made, it shouldn't change the overall API, so it would only be a patch-level version change. That way we don't have to create issues up the chain.
The text was updated successfully, but these errors were encountered: