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

Re-export reqwest? #62

Open
h4l7 opened this issue Jun 6, 2024 · 0 comments
Open

Re-export reqwest? #62

h4l7 opened this issue Jun 6, 2024 · 0 comments

Comments

@h4l7
Copy link
Contributor

h4l7 commented Jun 6, 2024

The current version of this library is out-of-step with reqwest. The most recent version of reqwest is 0.12.4, but this library uses 0.11.4. To prevent issues like the following, could this crate re-export reqwest so we can always use the correct version, even if we use a newer version of reqwest elsewhere in our code base?

    |
116 |             Ok(influxdb2::ClientBuilder::with_builder(builder, url, org, token).build()?)
    |                -------------------------------------- ^^^^^^^ expected `reqwest::async_impl::client::ClientBuilder`, found `reqwest::ClientBuilder`
    |                |
    |                arguments to this function are incorrect
    |
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

1 participant