Skip to content

Commit

Permalink
Enable rustls for wss support
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Jan 19, 2022
1 parent 7c40c6b commit 15dee58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rpc-probe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description = """
all-features = true

[dependencies]
async-tungstenite = { version = "0.12", features = [ "tokio-runtime" ] }
async-tungstenite = { version = "0.16", features = [ "tokio-runtime", "tokio-rustls-native-certs" ] }
futures = "0.3"
getrandom = "0.2"
log = "0.4"
Expand Down

0 comments on commit 15dee58

Please sign in to comment.