async-std
async-std copied to clipboard
Use the current major version of async-channel
I didn’t attempt to audit the code and compare it to the breaking changes noted in https://github.com/smol-rs/async-channel/blob/v2.3.1/CHANGELOG.md#version-200. I did run cargo test --no-fail-fast
and didn’t observe any regressions (to_socket_addr_str_bad
panics for me both before and after this PR).