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

backblaze - hyper dependencies are out of date #216

Open
thinkrapido opened this issue Aug 25, 2022 · 1 comment
Open

backblaze - hyper dependencies are out of date #216

thinkrapido opened this issue Aug 25, 2022 · 1 comment

Comments

@thinkrapido
Copy link
Contributor

Hi,

I want to upgrade the hyper dependencies as well to the latest state.
This means hyper 0.10 -> 014.

Unfortunately, this is not possible because the very old backblaze-b2 crate is out of date (5 years).
And this one uses hyper 0.10.

It might be an alternative to talk to the backblaze-b2 guys and ask, if they would likely republish the hyper depencencies in their crate.
This would make the dependency call for hyper and hyper-native-tls in the rdedup crate obsolete.

We would also write backend-b2 = ["backblaze-b2"] instead of backend-b2 = ["backblaze-b2", "hyper", "hyper-native-tls"] for the features.

See also:
#100

@dpc
Copy link
Owner

dpc commented Aug 25, 2022

Seems fine to me.

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