taskwarrior/taskchampion/sync-server
Dustin J. Mitchell 52fdc6a877 Update Actix crates to latest versions
This avoids a vulnerability in tokio (#3085). The major version updates
of both actix-web and actix-rt required some signficant changes. Chief
among those, it turns out we were relying on actix-rt to run the
HttpServer in a different thread from the rest of the test, so that we
could talk to it from sync code in the test thread. This no longer
works, so the sync code is now run in a dedicated thread with
`actix_rt::task::spawn_blocking`.
2023-04-09 15:44:26 -04:00
..
src Update Actix crates to latest versions 2023-04-09 15:44:26 -04:00
Cargo.toml Update Actix crates to latest versions 2023-04-09 15:44:26 -04:00