Skip to content

Commit

Permalink
Merge pull request #29 from Joeoc2001/main
Browse files Browse the repository at this point in the history
Update both tungstenite and async-tungstenite
  • Loading branch information
jgraef authored Oct 24, 2024
2 parents 20082f0 + ecb0b6d commit d488016
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 d488016

Please sign in to comment.