Skip to content

Commit

Permalink
disable tokio-proto features of hyper and tokio-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jul 31, 2018
1 parent 7fd6bb3 commit 8a99529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["web-programming::http-client"]
bytes = "0.4"
encoding_rs = "0.7"
futures = "0.1.15"
hyper = "0.11.22"
hyper = { default-features = false, version = "0.11.22" }
hyper-tls = "0.1.2"
libflate = "0.1.11"
log = "0.4"
Expand All @@ -24,7 +24,7 @@ serde_json = "1.0"
serde_urlencoded = "0.5"
tokio-core = "0.1.6"
tokio-io = "0.1"
tokio-tls = "0.1"
tokio-tls = { default-features = false, version = "0.1" }
url = "1.2"
uuid = { version = "0.6", features = ["v4"] }

Expand Down

0 comments on commit 8a99529

Please sign in to comment.