Skip to content

Commit ce30bf2

Browse files
committed
Depend on http-types without default-features
async-sse doesn't use any of the features of http-types, so don't pull them in unless something else needs them.
1 parent f52512c commit ce30bf2

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
async-std = { version = "1.6.0", features = ["unstable"] }
21-
http-types = "2.0.1"
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.1.4"

0 commit comments

Comments
 (0)