We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1473f89 commit 167c056Copy full SHA for 167c056
relay_client/Cargo.toml
@@ -24,7 +24,7 @@ reqwest = { version = "0.11", features = ["json"] }
24
25
# WebSocket client dependencies.
26
tokio = { version = "1.22", features = ["rt", "time", "sync", "macros", "rt-multi-thread"] }
27
-tokio-tungstenite = "0.18"
+tokio-tungstenite = "0.20"
28
futures-channel = "0.3"
29
tokio-stream = "0.1"
30
tokio-util = "0.7"
0 commit comments