coreos / fedora-coreos-cincinnati

Backend for Fedora CoreOS auto-updates (Cincinnati server)
Other
11 stars 16 forks source link

fcos-cincinnati: port to actix-web 4.1 #78

Open lucab opened 2 years ago

lucab commented 2 years ago

We are still using an older version of actix-web (v2) and we should move to the latest release (v4.1).

This will involve a bit of porting effort to adapt to the new APIs, but it will allow us to align all the other intertwined dependencies (most notably: actix, reqwest, tokio).