LemmyNet / activitypub-federation-rust

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

Upgrade axum and http #123

Closed pbzweihander closed 2 months ago

pbzweihander commented 4 months 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 3 months ago

LGTM, cc @Nutomic

Nutomic commented 3 months 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 2 months ago

Cleaned it and merged, thanks @pbzweihander!

Also tagged a new release 0.6.0-alpha1