XAMPPRocky / octocrab

A modern, extensible GitHub API Client for Rust.
Other
1.07k stars 261 forks source link

Incompatible with `bytes` version `1.2` and above #235

Closed theRookieCoder closed 2 years ago

theRookieCoder commented 2 years ago

Because of the dependency on hyperx (whose repository is stale/inactive), the size dependency cannot be upgraded on any project that uses octocrab.

XAMPPRocky commented 2 years ago

Thank you for your issue! As noted in #110 I'm not interested in replacing hyperx without a viable alternative, so this issue is blocked on headers or an equivalent crate providing that alternative. See https://github.com/hyperium/headers/pull/113 for the latest attempt to get this merged into headers. For now I'm going to close this as a duplicate of #110

theRookieCoder commented 2 years ago

Great, thank you so much for creating and maintaining this project!

theRookieCoder commented 1 year ago

Just a little update, because of hyperx url is also bound to 2.2 rather than the latest 2.3

theRookieCoder commented 1 year ago

Thanks for fixing this issue! The only dependency woes I had (with url and bytes) have finally been fixed now!