fix: Adds tcp feature to hyper (#61)

This commit is contained in:
Austin Evans
2022-08-15 02:36:17 -07:00
committed by GitHub
parent 8abd89b36e
commit bfe8ef3551
+1 -1
View File
@@ -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]