Re-add tokio-tungstenite tls feature
I'm not sure how to best leave this up to the user. Probably by cloning those features? I'll have to have a look at what tokio-tungstenite does.
This commit is contained in:
parent
5805c25408
commit
c1a970ae3c
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue