Dependency fixes
Fixed
- Fix dependency issues with
futures-util-preview
where not includingfutures-preview
downstream would result in theio
feature being missing and causing a compile error. - Replace an unnecessary use of unsafe with the
pin_mut!
macro fromfutures-util-preview
.