Skip to content

Commit

Permalink
pick up hyper and http patches
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 23, 2019
1 parent cf33fc9 commit a9b79a8
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 @@ -15,8 +15,8 @@ base64 = "0.10"
bytes = "0.4"
encoding_rs = "0.8"
futures = "0.1.23"
http = "0.1.14"
hyper = "0.12.20"
http = "0.1.15"
hyper = "0.12.22"
hyper-old-types = { version = "0.11", optional = true, features = ["compat"] }
hyper-tls = { version = "0.3", optional = true }
libflate = "0.1.18"
Expand Down

0 comments on commit a9b79a8

Please sign in to comment.