Skip to content

Commit 54abd9f

Browse files
authored
fix(flashblocks): enable TLS for websocket connections (#299)
1 parent 6d7900d commit 54abd9f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ op-alloy-rpc-types-engine = "0.22.0"
125125
# tokio
126126
tokio = "1.48.0"
127127
tokio-stream = "0.1.17"
128-
tokio-tungstenite = "0.28.0"
128+
tokio-tungstenite = { version = "0.28.0", features = ["native-tls"] }
129129

130130
# async
131131
futures = "0.3.31"

0 commit comments

Comments
 (0)