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 6cd779c commit a211a71Copy full SHA for a211a71
examples/transport/Cargo.toml
@@ -40,7 +40,7 @@ rand = { version = "0.9" }
40
schemars = { version = "1.0", optional = true }
41
hyper = { version = "1", features = ["client", "server", "http1"] }
42
hyper-util = { version = "0.1", features = ["tokio"] }
43
-tokio-tungstenite = "0.27.0"
+tokio-tungstenite = "0.28.0"
44
reqwest = { version = "0.12" }
45
pin-project-lite = "0.2"
46
0 commit comments