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 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.
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
The text was updated successfully, but these errors were encountered: