rerun-io / ewebsock

A Rust Websocket client that compiles to both native and web
Apache License 2.0
219 stars 28 forks source link

Update to tungstenite 0.20 #17

Closed emilk closed 1 year ago

emilk commented 1 year ago

Also silence cargo deny warning about duplicate rustls-webpki crate. It seems there is no way to escape that.

…though there must be some way. We are successfully doing it in the rerun repository. Need to mock around with the Cargo.lock perhaps…

emilk commented 1 year ago

Closing in favor of https://github.com/rerun-io/ewebsock/pull/18