mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Add rustls-tls-native-roots
feature to tokio-tungstenite
crate
(`liblune`)
This commit is contained in:
parent
2169acb3d2
commit
a16eab637c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue