Skip to content

Commit e513687

Browse files
joshtriplettjbr
authored andcommitted
Disable default-features on http-types
With the next http-types release, this will allow omitting the cookie feature and associated dependencies.
1 parent e0a38c8 commit e513687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ edition = "2018"
2020
[dependencies]
2121
httparse = "1.3.4"
2222
async-std = "1.7.0"
23-
http-types = "2.9.0"
23+
http-types = { version = "2.9.0", default-features = false }
2424
byte-pool = "0.2.2"
2525
lazy_static = "1.4.0"
2626
futures-core = "0.3.8"

0 commit comments

Comments
 (0)