compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

fix(tls): fix rustls version #157

Closed George-Miao closed 11 months ago

George-Miao commented 11 months ago

This PR temporarilly pin-point the version of rustls, which is alpha and is subject to breaking change at any time. Follow up adaptation PR is required.

Berrysoft commented 11 months ago

Also fix for rustls-native-certs below in dev-dependencies section?