diff --git a/Cargo.toml b/Cargo.toml index 66b8018..2fe551f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ include = ["Cargo.toml", "LICENSE", "src/**/*"] [dependencies] hyper = { version = "0.14.18", features = ["client"] } lazy_static = "1.4.0" -tokio = { version = "1.17.0", features = ["full"] } +tokio = { version = "1.17.0", features = ["io-util", "rt"] } tracing = "0.1.34" [dev-dependencies]