Component
provider, pubsub
What version of Alloy are you on?
alloy-provider v2.0.5
Operating System
Linux
Describe the bug
Including alloy-provider with the ws feature leads to tokio being included with the time feature, crashing a wasm application on building a Runtime
cargo tree -i tokio -e features --target wasm32-unknown-unknown
tokio v1.50.0
└── tokio feature "time"
└── tokio-stream feature "time"
└── tokio-stream feature "default"
├── alloy-pubsub v2.0.5
│ ├── alloy-provider v2.0.5 (*)
│ ├── alloy-rpc-client v2.0.5
│ └── alloy-transport-ws v2.0.5
└── alloy-rpc-client v2.0.5 (*)

Component
provider, pubsub
What version of Alloy are you on?
alloy-provider v2.0.5
Operating System
Linux
Describe the bug
Including
alloy-providerwith thewsfeature leads totokiobeing included with thetimefeature, crashing a wasm application on building aRuntimecargo tree -i tokio -e features --target wasm32-unknown-unknown