Skip to content

Replace warp with axum #2748

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

Merged
merged 1 commit into from
Jul 14, 2025
Merged

Replace warp with axum #2748

merged 1 commit into from
Jul 14, 2025

Conversation

jelmer
Copy link
Contributor

@jelmer jelmer commented Jul 9, 2025

This PR is more of a proof of concept and a question - but I figured I'd put it up since I'd already done to work to see if it can be done: I'm curious if you'd be open to a migration to axum (or perhaps something else?).

warp is problematic for Debian, since it has some outdated dependencies that we don't want to keep around just for warp; upstream is dormant (last change was about a year ago). mdbook is the only thing that actually uses warp nowadays in Debian.

(cc @plugwash)

@rustbot rustbot added the S-waiting-on-review Status: waiting on a review label Jul 9, 2025
@jelmer jelmer force-pushed the warp-to-axum branch 3 times, most recently from 99a0a14 to f91b511 Compare July 10, 2025 15:23
@jelmer jelmer requested a review from ehuss July 10, 2025 15:36
warp is problematic for Debian, since it has some outdated dependencies. Upstream is also fairly dormant.
Copy link
Contributor

@ehuss ehuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ehuss ehuss enabled auto-merge July 14, 2025 22:01
@ehuss ehuss added this pull request to the merge queue Jul 14, 2025
Merged via the queue into rust-lang:master with commit 7e68d01 Jul 14, 2025
14 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: waiting on a review label Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants