quinn-rs / quinn

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

Update clap and examples #1444

Closed JackoCoolio closed 1 year ago

JackoCoolio commented 2 years ago

Updates clap to 4.0.26 and fixes errors in examples.

Ralith commented 2 years ago

Thanks! We'll need to bump the MSRV to 1.60 for this (or exclude the examples from it somehow).

Ralith commented 1 year ago

Resolved in https://github.com/quinn-rs/quinn/pull/1428.