Skip to content

Commit efaa94e

Browse files
authored
chore: enable tls in batcher client (#274)
1 parent 88d7ecb commit efaa94e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

batcher/client/Cargo.lock

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

batcher/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ serde = { version = "1.0.201", features = ["derive"] }
88
serde_json = "1.0.117"
99
futures-util = "0.3.30"
1010
tokio = { version = "1.37.0", features = ["io-std", "time", "macros", "rt", "rt-multi-thread"] }
11-
tokio-tungstenite = "0.21.0"
11+
tokio-tungstenite = { version = "0.21.0", features = ["native-tls"] }
1212
tungstenite = "0.21.0"
1313
url = "2.5.0"
1414
futures-channel = "0.3.30"

0 commit comments

Comments
 (0)