We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e30d0e commit 8856bfdCopy full SHA for 8856bfd
1 file changed
Cargo.toml
@@ -57,7 +57,7 @@ hyper-util = { version = "0.1", features = ["client", "client-legacy", "server",
57
tokio = { version = "1", features = ["bytes", "rt-multi-thread", "signal", "tracing"], default-features = false, optional = true }
58
tokio-stream = { version = "0.1", optional = true }
59
hyper-rustls = { version = "0.27", features = ["http2", "native-tokio"], default-features = false, optional = true }
60
-tokio-tungstenite = { version = "0.28.0", features = [], optional = true }
+tokio-tungstenite = { version = "0.29.0", features = [], optional = true }
61
axum = { version = "0.8", optional = true }
62
tower = { version = "0.5", optional = true }
63
sha2 = { version = "0.10", optional = true }
0 commit comments