fix: linux ssl connections crashes (#79)
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ livekit-protocol = { path = "../livekit-protocol", version = "0.1.0" }
|
||||
prost = "0.11"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio-tungstenite = { version = "0.19", features = ["native-tls"] }
|
||||
tokio-tungstenite = { version = "0.19", features = ["rustls-tls-native-roots"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-stream = "0.1"
|
||||
parking_lot = { version = "0.12.1", features = ["send_guard"] }
|
||||
|
||||
Reference in New Issue
Block a user