summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-06-05 18:47:09 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-06-05 18:47:09 +0200
commit5d2c20e2b5b93f5dd74b0faf016d67afc631b903 (patch)
tree5d8886077932770fd15afe92455f1acbd2151420 /net/Cargo.toml
parente475e149ec7d259bb57af24ad4b0b9b55e8116c4 (diff)
net: Bump hyper to "0.12", hyper-tls to "0.2".
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index bd97084b..c48a7be9 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -11,8 +11,9 @@ capnp-rpc = "0.8"
failure = "0.1.1"
fs2 = "0.4.2"
futures = "0.1"
-hyper = "0.11"
-hyper-tls = "0.1.2"
+http = "0.1.5"
+hyper = "0.12"
+hyper-tls = "0.2"
libc = "0.2.33"
native-tls = "0.1.4"
percent-encoding = "1.0.1"