You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm reaching out regarding the google-cloud-storage crate, specifically its dependency on reqwest. Currently, the crate relies on reqwest version ^0.11.0.
However, there is a need for compatibility with reqwest version 0.12.0 in my crate.
Would it be possible for you to consider migrating the google-cloud-storage crate to use reqwest version 0.12.0 in an upcoming release? I understand that this may involve some effort, and I am willing to assist in any way I can, whether it's testing, providing feedback, or contributing code changes.
The text was updated successfully, but these errors were encountered:
It is our policy to use the latest versions of dependent libraries. Therefore, even if compatibility is broken, we will update to the latest version upon request.
We welcome updates to reqwest, as you have requested 0.12.
I'm reaching out regarding the
google-cloud-storage
crate, specifically its dependency onreqwest
. Currently, the crate relies onreqwest
version^0.11.0
.However, there is a need for compatibility with
reqwest
version0.12.0
in my crate.Would it be possible for you to consider migrating the
google-cloud-storage
crate to usereqwest
version0.12.0
in an upcoming release? I understand that this may involve some effort, and I am willing to assist in any way I can, whether it's testing, providing feedback, or contributing code changes.The text was updated successfully, but these errors were encountered: