Update to hyper v0.13

This commit is contained in:
Sean McArthur
2019-12-10 09:52:46 -08:00
parent 01bcc5c614
commit 443fce83a8
+1 -1
View File
@@ -15,7 +15,7 @@ vendored = ["native-tls/vendored"]
[dependencies]
native-tls = "0.2"
hyper = { git = "https://github.com/hyperium/hyper", default-features = false, features = ["tcp"] }
hyper = { version = "0.13", default-features = false, features = ["tcp"] }
tokio = { version = "0.2" }
tokio-tls = "0.3"