Skip to content

Commit

Permalink
Update tungstenite and async-tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeoc2001 committed Oct 22, 2024
1 parent 20082f0 commit ecb0b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ serde = { version = "1.0", default-features = false, optional = true }
serde_json = { version = "1.0", default-features = false, optional = true, features = ["alloc"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
async-tungstenite = { version = "0.27", default-features = false }
async-tungstenite = { version = "0.28", default-features = false }
tokio-util = { version = "0.7", default-features = false, features = ["compat"] }
tungstenite = { version = "0.23", default-features = false, features = ["handshake"] }
tungstenite = { version = "0.24", default-features = false, features = ["handshake"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = { version = "0.3", features = ["WebSocket", "CloseEvent", "ErrorEvent", "Event", "MessageEvent", "BinaryType"] }
Expand Down

0 comments on commit ecb0b6d

Please sign in to comment.