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
|
@ -12,11 +12,12 @@ cpal = { version = "0.15.3", features = ["wasm-bindgen"] }
|
|||
dioxus = { version = "0.5.1", features = ["web"] }
|
||||
futures-core = "0.3.30"
|
||||
futures-util = { version = "0.3.30", features = ["futures-sink", "sink"] }
|
||||
#getrandom = { version = "0.2.14", features = ["js"] }
|
||||
log = "0.4.21"
|
||||
reqwest = { version = "0.12.2", features = ["json"] }
|
||||
ringbuf = "0.3.3"
|
||||
#rustls-platform-verifier = "0.2.0"
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
tokio-tungstenite = { version = "0.21.0", features = ["__rustls-tls"] }
|
||||
tokio-tungstenite-wasm = "0.3.1"
|
||||
tokio-tungstenite-wasm = { version = "0.3.1", features = ["rustls-tls-webpki-roots"] }
|
||||
tokio_with_wasm = "0.4.3"
|
||||
wasm-logger = "0.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue