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 bd62400 commit e11cbcfCopy full SHA for e11cbcf
my-http-server-web-sockets/Cargo.toml
@@ -11,5 +11,5 @@ my-http-server-core = { path = "../my-http-server-core" }
11
tokio = { version = "*", features = ["full"] }
12
async-trait = "*"
13
hyper = { version = "0.14.27", features = ["full"] }
14
-hyper-tungstenite = "*"
+hyper-tungstenite = "0.11.1"
15
futures = "*"
0 commit comments