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

Split the version of reqwest. #2018

Closed

Conversation

MathieuDutSik
Copy link
Contributor

@MathieuDutSik MathieuDutSik commented May 13, 2024

Motivation

The graphql-client is using the reqwest library, but it is only reexporting a small subset of the reqwest functionalities, which forces using the request import statement in Cargo.toml. That version is 0.11.24.
This prevents the use of newer or forks for reqwest.

Proposal

The version of reqwest is bumped to 0.12.4 in the master Cargo.toml.
The reqwest.workspace = true. is replaced by reqwest = { version = "0.11.24" } when that is needed.

Test Plan

The compilation should cover every use case.

Release Plan

Not relevant.

Links

@MathieuDutSik MathieuDutSik deleted the reqwest_bump_version branch May 22, 2024 18:23
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

Successfully merging this pull request may close these issues.

1 participant