diff --git a/Cargo.toml b/Cargo.toml index 6b94f08..200363e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ optional = true [dependencies.tokio] version = "1.22.0" -features = ["rt-multi-thread", "macros"] +features = ["macros"] [dependencies.tokio-util] version = "0.7.4"