diff --git a/Cargo.toml b/Cargo.toml index c8bcc19..e34e623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,11 +13,10 @@ serde_json = "1.0.89" time = { version = "0.3.17", features = ["serde"] } tokio = { version = "1.23.0", features = ["time", "sync", "macros", "rt"] } tokio-stream = "0.1.11" -tokio-tungstenite = "0.18.0" +tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-native-roots"] } [dev-dependencies] # For example bot tokio = { version = "1.23.0", features = ["rt-multi-thread"] } -tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-native-roots"] } [[example]] name = "testbot_instance"