Add rustls-tls-native-roots feature to tokio-tungstenite crate

(`liblune`)
This commit is contained in:
regginator 2023-06-14 13:30:34 -05:00
parent 2169acb3d2
commit a16eab637c

View file

@ -52,7 +52,7 @@ async-compression = { version = "0.4", features = [
] }
hyper = { version = "0.14", features = ["full"] }
hyper-tungstenite = { version = "0.10" }
tokio-tungstenite = { version = "0.19" }
tokio-tungstenite = { version = "0.19", features = ["rustls-tls-native-roots"] }
[dev-dependencies]
anyhow = "1.0"