Support for reqwest 0.12 ?
sbfaulkner opened this issue · 9 comments
sbfaulkner commented
The graphql_client optional dependency for reqwest-create seems locked to 0.11
https://github.com/graphql-rust/graphql-client/blob/main/graphql_client/Cargo.toml#L23
What's needed to support use with 0.12?
I currently have issues because of conflicting versions if I try to use 0.12 in a project with reqwest and graphql_client
tomhoule commented
I don't think anything is blocking support. We may want multiple feature gates for different versions of reqwest.
sahra-karakoc commented
Any progress/plans on this?
tomhoule commented
Nobody is working on it, but I could review a PR. We need different feature flags for different versions of reqwest.
jpopesculian commented
Ahh, I opened a PR #490 but I'll add feature flags
sbfaulkner commented
closed by #499 I think?
tomhoule commented
Indeed, thanks.