snapview / tokio-tungstenite

Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
MIT License
1.86k stars 234 forks source link

new rustls 0.23.x is incompatible with the 0.22.x used by tokio-tungstenite #326

Closed dottgonzo closed 6 months ago

dottgonzo commented 7 months ago

to be able to use custom certificates or invalid certificates we need to use external rustls that recently was updated to support wasm. this latest version 0.23.0 has incompatible types with the one used by tokio-tungstenite

Tahinli commented 6 months ago

This situation breaks a lot of situation. Please update it.

dottgonzo commented 5 months ago

Tanks, i hope to see a new release on crates.io soon...