Use std::future::ready instead of futures_util::future::ready
After this, there is only one usage of futures-util
(StreamExt
) outside of tests, which I'm pretty sure could be replaced by futures-lite, but that doesn't make sense as long as glib depends on futures-util.