We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 122ccee + 53650f3 commit 7c05bb5Copy full SHA for 7c05bb5
hello-websocket-rust/Cargo.toml
@@ -10,7 +10,7 @@ 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"
13
-tungstenite = "0.20.1"
+tungstenite = "0.21.0"
14
url = "2.4.1"
15
16
[[bin]]
0 commit comments