snapview / tokio-tungstenite

Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
MIT License
1.86k stars 234 forks source link

tokio-tungstenite not using version 0.22 of tungstenite #334

Closed Its-Just-Nans closed 5 months ago

Its-Just-Nans commented 5 months ago

Hi @daniel-abramov

Looks like the tungstenite https://github.com/snapview/tokio-tungstenite/blob/c1025d59ff15eeefc2dc07495fd6a8365cc6e0af/Cargo.toml#L36 is not at 0.22

That leads to have two differents versions of tungstenite in the same project

Is that normal ?

Maybe a solution would be to bump the two crates to 0.23

(and it will fix https://github.com/snapview/tungstenite-rs/pull/427#pullrequestreview-2092151225)

daniel-abramov commented 5 months ago

Thanks for reporting that. I'm going to address that in a minute!