graphql-client
graphql-client copied to clipboard
Support for reqwest 0.12 ?
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
I don't think anything is blocking support. We may want multiple feature gates for different versions of reqwest.
Any progress/plans on this?
Nobody is working on it, but I could review a PR. We need different feature flags for different versions of reqwest.
Ahh, I opened a PR #490 but I'll add feature flags
PR https://github.com/graphql-rust/graphql-client/pull/494 is better, should be able to merge as is and release a patch version
closed by #499 I think?
Indeed, thanks.
Would it be possible to make a release including this change?
Yes, there'll be a release as soon as I or another maintainer can free up some time.