quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.55k stars 360 forks source link

Add ring to default features #1848

Closed Ralith closed 1 month ago

Ralith commented 1 month ago

Required for Endpoint::{client, server} and various other helpers intended to simplify getting started.

"ring" was previously implied by "tls-rustls", but that dependency was lost in the update to 0.23. We could add it back directly, but this seems more granular and future-proof.