Worker using reqwest fails to compile because of mio
When I try to build and run my worker with
npx wrangler dev, i get a lot of compilation errors about non-existing types and methods used in mio crate. From cargo tree --target=wasm32-unknown-unknown, I see that this is only used by tokio. Code attached.worker.zip15.6KB