Skip to content

Commit 265076d

Browse files
committed
Disable default-features for http-types
http-client doesn't use any of the default features.
1 parent a9928a0 commit 265076d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ hyper_client = ["hyper", "hyper-tls", "http-types/hyperium_http", "futures-util"
3131

3232
[dependencies]
3333
async-trait = "0.1.37"
34-
http-types = "2.3.0"
34+
http-types = { version = "2.10.0", default-features = false }
3535
log = "0.4.7"
3636

3737
# h1_client

0 commit comments

Comments
 (0)