From ccae789f9b0330cd761f27d1479a029ab0fa0204 Mon Sep 17 00:00:00 2001 From: Cameron Taggart Date: Tue, 5 Jul 2022 18:57:40 -0400 Subject: [PATCH] no default features for http-types --- sdk/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/Cargo.toml b/sdk/core/Cargo.toml index ea000fa76b..2a8fa76ee6 100644 --- a/sdk/core/Cargo.toml +++ b/sdk/core/Cargo.toml @@ -19,7 +19,7 @@ bytes = "1.0" chrono = "0.4" dyn-clone = "1.0" futures = "0.3" -http-types = "2.12" +http-types = { version = "2.12", default-features = false } log = "0.4" rand = "0.8" reqwest = { version = "0.11", features = [