diff --git a/hitt-request/Cargo.toml b/hitt-request/Cargo.toml index a23019d..35434bd 100644 --- a/hitt-request/Cargo.toml +++ b/hitt-request/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" [dependencies] hitt-parser = { path = "../hitt-parser" } reqwest = "0.11.20" -tokio = { version = "1.32.0", features = ["full"] } +tokio = { version = "1.32.0" }