From 4d3384e5b2f0e3f8872bcd83488c282181850aa3 Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Mon, 30 Oct 2023 12:58:49 +0100 Subject: [PATCH] refactor(hitt-request): remove unused tokio features (#30) --- hitt-request/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }