graphql-rust/graphql-client

Support for reqwest 0.12 ?

sbfaulkner opened this issue · 9 comments

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

Sytten commented

PR #494 is better, should be able to merge as is and release a patch version

closed by #499 I think?

Indeed, thanks.