Skip to content

Commit 94f8c2d

Browse files
committed
openssl fix
1 parent 9728eb1 commit 94f8c2d

File tree

2 files changed

+10
-86
lines changed

2 files changed

+10
-86
lines changed

Cargo.lock

Lines changed: 9 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ bytes = "1"
7676
futures = "0.3"
7777

7878
# WebSocket client (for Discord/Slack gateway)
79-
tokio-tungstenite = { version = "0.24", features = ["native-tls"] }
79+
tokio-tungstenite = { version = "0.24", default-features = false, features = ["connect", "rustls-tls-native-roots"] }
8080
url = "2"
8181

8282
# WASM sandbox

0 commit comments

Comments
 (0)