coreos / fedora-coreos-cincinnati

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

dumnati: update async logic to std::future #7

Closed lucab closed 4 years ago

lucab commented 4 years ago

This updates to std::future, which also unlocks futures 0.3 and async/await. Minimum support toolchain for this is now 1.39.0. In order to perform the update, all other dependencies had to be updated too: actix, actix-web, reqwest.