Skip to content

Commit

Permalink
Disable default-features on http-types
Browse files Browse the repository at this point in the history
With the next http-types release, this will allow omitting the cookie
feature and associated dependencies.
  • Loading branch information
joshtriplett authored and jbr committed Jan 21, 2021
1 parent 81687df commit 4d8bb97
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 @@ -20,7 +20,7 @@ edition = "2018"
[dependencies]
httparse = "1.3.4"
async-std = "1.7.0"
http-types = "2.9.0"
http-types = { version = "2.9.0", default-features = false }
byte-pool = "0.2.2"
lazy_static = "1.4.0"
futures-core = "0.3.8"
Expand Down

0 comments on commit 4d8bb97

Please sign in to comment.