diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,9 @@ edition = "2018" [dependencies] hyper = { version = "0.14", features = ["full"] } tokio = { version = "1", features = ["full"] } -tokio-tungstenite = "*" +tokio-rustls = "0.23" +rustls-pemfile = "1" +hyper-tungstenite = "0.8" rand = "0.8" futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] } futures-channel = "0.3" |