rust-rpxy icon indicating copy to clipboard operation
rust-rpxy copied to clipboard

[Breaking changes] Update rustls from 0.21 to 0.23

Open junkurihara opened this issue 6 months ago • 2 comments

rpxy heavily relies on rustls and its dependents. to upgrade rpxy, we need to wait for updates of the following crates based on rustls.

  • [x] rustls 0.22
  • [x] tokio-rustls 0.25.0
  • [x] rustls-pemfile 2.0.0
  • [x] quinn 0.11 (waiting for the release https://github.com/quinn-rs/quinn/pull/1715 https://github.com/rustls/rustls/pull/1741)
  • [ ] h3 https://github.com/hyperium/h3/pull/238#issuecomment-2094841015
  • [ ] s2n-quic-rustls (alternative: stop using rustls and use s2n-tls)

~~- [x] hyper-rustls (waiting for https://github.com/rustls/hyper-rustls/issues/234 with hyper-1.0 support, alternative: hyper-tls could be workaround)~~

junkurihara avatar Dec 08 '23 10:12 junkurihara