feat: ⚗️ experiment: listener side tsl
feat: ✨ tls for listener in the back fix: 🐛 wrong dependency feature corrected
This commit is contained in:
parent
f693e25503
commit
25022e8634
5 changed files with 36 additions and 32 deletions
|
@ -14,4 +14,4 @@ rustls-pemfile = "2.1.2"
|
|||
rustls-platform-verifier = "0.2.0"
|
||||
tokio = { version = "1.36.0", features = ["full"] }
|
||||
tokio-rustls = "0.25.0"
|
||||
tokio-tungstenite = { version = "0.21.0", features = ["__rustls-tls"] }
|
||||
tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue