Closed Its-Just-Nans closed 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
tungstenite@0.22
tungstenite@0.23
tokio-tungstenite@0.22
tungstenite@0.21
tokio-tungstenite@0.23
(and it will fix https://github.com/snapview/tungstenite-rs/pull/427#pullrequestreview-2092151225)
Thanks for reporting that. I'm going to address that in a minute!
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
tungstenite@0.22
->tungstenite@0.23
tokio-tungstenite@0.22
usingtungstenite@0.21
->tokio-tungstenite@0.23
usingtungstenite@0.23
(and it will fix https://github.com/snapview/tungstenite-rs/pull/427#pullrequestreview-2092151225)