diff --git a/Cargo.toml b/Cargo.toml index 6deccd31..687de967 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ zip = "0.5.11" globset = "0.4.8" ubyte = "0.10.3" indicatif = "0.17.4" -tokio = "1.28.2" +tokio = { version = "1.28.2", features = ["rt-multi-thread"] } serial_test = "2.0.0" time = "=0.3.35"