Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for reqwest 0.12 ? #481

Open
sbfaulkner opened this issue Apr 3, 2024 · 1 comment
Open

Support for reqwest 0.12 ? #481

sbfaulkner opened this issue Apr 3, 2024 · 1 comment

Comments

@sbfaulkner
Copy link

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
Copy link
Member

tomhoule commented Apr 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants