Skip to content

Commit

Permalink
Update tokio-tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
iduartgomez committed Oct 9, 2024
1 parent 7cde4e7 commit f3d6893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ freenet-macros = { path = "../rust-macros", version = "0.0.5" }

[target.'cfg(any(unix, windows))'.dependencies]
tokio = { version = "1", optional = true, features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
tokio-tungstenite = { version = "0.23", optional = true }
tokio-tungstenite = { version = "0.24", optional = true }
serde_with = { version = "3" }

[target.'cfg(target_family = "wasm")'.dependencies]
Expand Down

0 comments on commit f3d6893

Please sign in to comment.