framesurge / perseus

A state-driven web development framework for Rust with full support for server-side rendering and static generation.
https://framesurge.sh/perseus/en-US
MIT License
2.18k stars 89 forks source link

Update to actix-web 4.1.0 #172

Closed afiqzx closed 2 years ago

afiqzx commented 2 years ago

This PR aims to update the actix integration dependencies to the current stable release of actix-web. Some other actix packages are also updated accordingly. I have checked that this build the default "Hello World" (with actix-web integration of course) example with no problem.

There is also another side project I'm working on which I also checked that works correctly with this updated version. Everything Just Works™.