-
Notifications
You must be signed in to change notification settings - Fork 48
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
Upgrade hyper
and http
dependencies to 1.0
#87
Comments
Since |
Depends on actix/actix-web#3208, cant update http until actix does |
Also reqwest has not updated to http 1.0: seanmonstar/reqwest#2059 |
Here's my best attempt at getting it working on hyper/http 1: https://github.com/j0lol/activitypub-federation-rust I had to remove actix (for now) and tests fail because of reqwest but it seems to work on my project? I have not tested it much though |
It looks like |
These result in a lot of breaking changes which arent easy to resolve.
https://github.com/hyperium/hyper/blob/master/CHANGELOG.md#v100-2023-11-15
https://github.com/hyperium/http/blob/master/CHANGELOG.md#100-november-15-2023
The text was updated successfully, but these errors were encountered: