mirror of
https://github.com/stoatchat/rust-a2.git
synced 2026-07-01 21:44:49 -04:00
fix: Adds tcp feature to hyper (#61)
This commit is contained in:
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user