quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

quinn-udp: bump version to 0.3 #1431

Closed djc closed 1 year ago

djc commented 1 year ago

quinn-proto is a public dependency of quinn-udp (for example, RecvMeta exposes EcnCodePoint). #1429 bumped the version for quinn-proto and the dependency for quinn-udp, but not quinn-udp's version; do that here.

Since I was building in an old working directory I also noticed that I was unable to compile quinn with the tokio 1.9 that Cargo.lock was set to. Bump the tokio dependency up to 1.13 which is the oldest version that seems to compile.