Skip to content

Commit

Permalink
Add support for tungstenite 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 10, 2024
1 parent 7290eed commit a190cfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ futures-util = { version = "0.3", default-features = false }
js-sys = "0.3"
log = "0.4"
tokio = "1.16"
tokio-tungstenite = "0.23"
tungstenite = "0.23"
tokio-tungstenite = ">=0.23, <=0.24"
tungstenite = ">=0.23, <=0.24"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
web-sys = "0.3"
Expand Down

0 comments on commit a190cfd

Please sign in to comment.