Closed lhyzf closed 6 months ago
We expose both ring and rustls as part of the public API, so in order to update ring to 0.17 we'll need to make a semver-incompatible bump to the API. However, I expect we'll also get a semver-incompatible rustls release in a few weeks from now so I think we'll want to wait until we can do both.
rustls is already using ring@0.17
on the latest rustls@0.21.8
, which is a bit unfortunate, as this means currently quinn
pulls in two versions of ring
Yup -- I don't think there's much that can be done, hopefully rustls 0.22 will be published soon.
any progress?
You can track the current progress at https://github.com/quinn-rs/quinn/pull/1715, where you previously commented.
Quinn 0.11 has been released, using ring 0.17.
see https://github.com/briansmith/ring/issues/1614