Skip to content

Commit

Permalink
fix: Adds tcp feature to hyper (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajevans99 committed Aug 15, 2022
1 parent 8abd89b commit bfe8ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -26,7 +26,7 @@ futures = "0.3"
http = "0.2"
base64 = "0.13"
log = "0.4"
hyper = { version = "0.14", features = ["client", "http2"] }
hyper = { version = "0.14", features = ["client", "http2", "tcp"] }
hyper-alpn = "0.3"

[dev-dependencies]
Expand Down

0 comments on commit bfe8ef3

Please sign in to comment.