graphql-rust / graphql-client

Typed, correct GraphQL requests and responses in Rust
Apache License 2.0
1.12k stars 152 forks source link

Support for reqwest 0.12 ? #481

Open sbfaulkner opened 3 months ago

sbfaulkner commented 3 months ago

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 3 months ago

I don't think anything is blocking support. We may want multiple feature gates for different versions of reqwest.

sahra-karakoc commented 1 month ago

Any progress/plans on this?

tomhoule commented 4 weeks ago

Nobody is working on it, but I could review a PR. We need different feature flags for different versions of reqwest.