Why do I get "System is not running" error after upgrading actix-rt to 2.0.2?

I attempted to update to actix_rt 2.0.2 and have since been getting the following error: thread 'main' panicked at 'System is not running' Here is my minimal example: # Cargo.toml [dependencies] a...