diff --git a/tools/rpc-probe/Cargo.toml b/tools/rpc-probe/Cargo.toml index 17a9fc3fe..1c02c7911 100644 --- a/tools/rpc-probe/Cargo.toml +++ b/tools/rpc-probe/Cargo.toml @@ -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"