diff --git a/Cargo.toml b/Cargo.toml index f1a5ec9..a8407df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,6 @@ serde-xml-rs = "0.6.0" [dev-dependencies] dotenv = "0.15.0" -tokio = { version = "1.19.2", features = ["rt","macros","rt-multi-thread"] } +tokio = { version = "1.19.2", features = ["macros","rt"] }