quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.85k stars 394 forks source link

deps: remove webpki dependency. #1563

Closed cpu closed 1 year ago

cpu commented 1 year ago

This commit updates the existing Quinn sub-crate dependencies to remove the explicit webpki v0.22 dependency. It's not used by directly anywhere and can be a transitive dependency through rustls as required.

djc commented 1 year ago

Mind adding a commit that bumps the version on the affected library crates?

Ralith commented 1 year ago

Thanks for catching this!

cpu commented 1 year ago

Mind adding a commit that bumps the version on the affected library crates?

:ballot_box_with_check: d909c7143b75dde11eab80d5f0798c72d7999241

djc commented 1 year ago

Only the library crates, please -- we just leave the perf crate at 0.1.0.

cpu commented 1 year ago

Only the library crates, please -- we just leave the perf crate at 0.1.0.

Ah, ok :-) Fixed in b6a90d7

djc commented 1 year ago

Published 0.10.1 for quinn and quinn-proto.