You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the feature reqwest is enabled then it uses the reqwest::Client. The problem is that the type Client is not reexported from alloy. Therefore this causes some collision with other rust crates that uses different versions of reqwest.
Reexporting the Client would address that problem.
Additional context
It is possible that other types need to be reexported.
I can provide PRs about that if that could help.
The text was updated successfully, but these errors were encountered:
Component
provider, pubsub
Describe the feature you would like
If the feature
reqwest
is enabled then it uses thereqwest::Client
. The problem is that the typeClient
is not reexported fromalloy
. Therefore this causes some collision with other rust crates that uses different versions ofreqwest
.Reexporting the
Client
would address that problem.Additional context
It is possible that other types need to be reexported.
I can provide PRs about that if that could help.
The text was updated successfully, but these errors were encountered: