vi / websocat

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIT License
6.73k stars 259 forks source link

Most recent release uses yanked crates #138

Closed cinerea0 closed 2 years ago

cinerea0 commented 2 years ago

Currently, the most recent release of websocat (v.1.8.0) relies on yanked versions of arc-swap, crossbeam-deque, miow, net2, and socket2. This makes it difficult to provide updates for websocat for some Linux distros. Could you please cut a new release with updated dependencies?

vi commented 2 years ago

Published v1.9.0. Is it OK? (I ran cargo update, but haven't specifically checked for crate yankedness).

cinerea0 commented 2 years ago

Yep, that fixed it. Thank you!