Skip to content

Commit

Permalink
Disable default-features for http-types
Browse files Browse the repository at this point in the history
http-client doesn't use any of the default features.
  • Loading branch information
joshtriplett committed Jan 23, 2021
1 parent a9928a0 commit 265076d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ hyper_client = ["hyper", "hyper-tls", "http-types/hyperium_http", "futures-util"

[dependencies]
async-trait = "0.1.37"
http-types = "2.3.0"
http-types = { version = "2.10.0", default-features = false }
log = "0.4.7"

# h1_client
Expand Down

0 comments on commit 265076d

Please sign in to comment.