Skip to content
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 to Axum 0.7 #113

Merged
merged 3 commits into from
Jan 7, 2024
Merged

Upgrade to Axum 0.7 #113

merged 3 commits into from
Jan 7, 2024

Conversation

detro
Copy link
Contributor

@detro detro commented Jan 7, 2024

The upgrade of Axum to 0.7 saw the removal of the Server utility class. It created for me an headache because I had to suddenly learn more about what's behind Axum (Hyper and Tower), to setup a server myself.

Frankly, while it's good to learn, it kinda prefer when I can do it out of my own desire/interest, not while I'm barely scraping the barrel for free time to continue to pursue my own projects and objectives.

I have to thank @davidpdrsn for working on tokio-rs/axum#2398 (and the related PRs across this ecosystem) that made it possible to do the upgrade with minimal effort.

While at it, bumped a bunch of outdated deps.

Closes #106
Closes #107
Closes #109
Closes #111
Closes #112

@detro detro added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code module:http labels Jan 7, 2024
@detro detro added this to the vNEXT milestone Jan 7, 2024
@detro detro merged commit a0baf98 into main Jan 7, 2024
1 check passed
@detro detro deleted the detro/upgrade_to_axum_0.7 branch January 7, 2024 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file module:http rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant