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

feat: Upgrade actix and actix-web #360

Conversation

AiyionPrime
Copy link
Contributor

@AiyionPrime AiyionPrime commented Jul 17, 2024

from 0.7 and 0.7 to 0.13 and 4.8 respectively.

Furthermore add actix-files and actix-web-actors as new dependencies for functionalities which were extracted from actix-web in the past.

I think this eventually resolves #291.

from 0.7 and 0.7 to 0.13 and 4.8 respectively.

Furthermore add `actix-files` and `actix-web-actors` as new dependencies
for functionalities which were extracted from `actix-web` in the past.
@AiyionPrime
Copy link
Contributor Author

AiyionPrime commented Jul 17, 2024

As @vlnzrv pointed out in #291, this example will (without the upgrade) stop working with rust 1.80.0 which is going to be released not in a couple of weeks, but eight days, if I'm not missing something else here.

@locka99 I'll look into it later this afternoon, but it might be worthwhile to take half an hour in possibly the next week to review this, after I found a fix for the ungraceful runtime termination and had tested this.

@AiyionPrime
Copy link
Contributor Author

I just tested this and it should not be merged yet.

@AiyionPrime
Copy link
Contributor Author

While this update is conceptually a good idea, I found a less invasive way to ensure operability past Thursday.
I'll reopen this once I've got more time to spare.

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.

Upgrading actix-web
1 participant