Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tokio-tungstenite not using version 0.22 of tungstenite #334

Closed
Its-Just-Nans opened this issue Jun 2, 2024 · 1 comment
Closed

tokio-tungstenite not using version 0.22 of tungstenite #334

Its-Just-Nans opened this issue Jun 2, 2024 · 1 comment

Comments

@Its-Just-Nans
Copy link

Its-Just-Nans commented Jun 2, 2024

Hi @daniel-abramov

Looks like the tungstenite

version = "0.21.0"
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 using tungstenite@0.21 -> tokio-tungstenite@0.23 using tungstenite@0.23

(and it will fix snapview/tungstenite-rs#427 (review))

@daniel-abramov
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants