We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a974a71 + e846900 commit 2c20e3bCopy full SHA for 2c20e3b
1 file changed
core/Cargo.toml
@@ -59,7 +59,7 @@ thiserror = "1.0"
59
time = { version = "0.3", features = ["formatting", "parsing"] }
60
tokio = { version = "1", features = ["io-util", "macros", "net", "parking_lot", "rt", "sync", "time"] }
61
tokio-stream = "0.1"
62
-tokio-tungstenite = { version = "*", default-features = false, features = ["rustls-tls-native-roots"] }
+tokio-tungstenite = { version = "0.24", default-features = false, features = ["rustls-tls-native-roots"] }
63
tokio-util = { version = "0.7", features = ["codec"] }
64
url = "2"
65
uuid = { version = "1", default-features = false, features = ["fast-rng", "v4"] }
0 commit comments