We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c05bb5 commit 3f9999cCopy full SHA for 3f9999c
hello-websocket-rust/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2018"
9
futures-channel = "0.3"
10
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
11
tokio = { version = "1.23.0", features = ["full"] }
12
-tokio-tungstenite = "0.20.1"
+tokio-tungstenite = "0.21.0"
13
tungstenite = "0.21.0"
14
url = "2.4.1"
15
0 commit comments