v0.6.0 — Improve dependencies
- Replaced
futures
andtokio-stream
dependencies withfutures-core
andfutures-sink
. This is more lightweight and should fix a problem with theSink
andStream
traits not being hyperlinked on docs.rs. - Increased MSRV to 1.74