Skip to content

Commit 5845e11

Browse files
authored
Merge pull request #16 from joshtriplett/http-types-no-default-features
Depend on http-types without default-features
2 parents 56e5e4f + 0d095c0 commit 5845e11

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
@@ -18,7 +18,7 @@ authors = [
1818

1919
[dependencies]
2020
futures-lite = "1.11.3"
21-
http-types = { version = "2.0.1", default-features = false }
21+
http-types = { version = "2.10.0", default-features = false }
2222
log = "0.4.8"
2323
memchr = "2.3.3"
2424
pin-project-lite = "0.2.7"

0 commit comments

Comments
 (0)