alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1.02k stars 233 forks source link

upgrade dev dependency mio from version 0.6 to 0.7 #358

Closed alexanderkjall closed 3 weeks ago

alexanderkjall commented 4 years ago

I need to upgrade the version of mio packaged in Debian and curl-rust is also packaged there, so here is an attempt to upgrade the mio dependency to version 0.7.

I'm far from an expert on the mio library, so any feedback is welcome.

alexanderkjall commented 4 years ago

Running the tests locally shows that this code does a timeout in about 1 out of 10 runs, sorry for not testing this better, It's not ready to be merged.

atouchet commented 2 months ago

Mio 1.0 is now out.