LemmyNet / activitypub-federation-rust

High-level Rust library for the Activitypub protocol
GNU Affero General Public License v3.0
409 stars 46 forks source link

Upgrade axum and http #123

Closed pbzweihander closed 3 days ago

pbzweihander commented 1 month ago

This PR upgrades http to 1.x, and upgrades corresponding crates (axum, reqwest, ...).

Resolves #87

For actix-web support, this PR converts http 1.x types to http 0.2 with naive unwraping.

kwaa commented 1 month ago

LGTM, cc @Nutomic

Nutomic commented 3 weeks ago

Thanks for the PR! Im currently on summer vacation, will review it as soon as I get back to work in September.

Nutomic commented 3 days ago

Cleaned it and merged, thanks @pbzweihander!

Also tagged a new release 0.6.0-alpha1