Totodore / socketioxide

A socket.io server implementation in Rust that integrates with the Tower ecosystem and the Tokio stack.
https://docs.rs/socketioxide
MIT License
1.13k stars 49 forks source link

chore(deps): bump hyper to "1.0.3" and remove unused features #304

Closed Totodore closed 2 months ago

Totodore commented 2 months ago

With hyper 1.0.3. The hyper::Service is exposed without any feature flag. Meaning that we can remove ("server", "http1", "http2"), from the main package (they will only be used in the dev deps.