summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-07-10 13:22:59 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-07-10 13:22:59 +0200
commit6ba983b6d688b198d2bc05544eba3368a91ac35f (patch)
tree01537995eb785f3bf38c7f2b987086cd7fd54a1a /net/Cargo.toml
parent8d1c467e46499dc41d28a09c81b11dc37ec9431d (diff)
net, ffi: Bump native-tls and hyper-tls.
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 061ece30..54e08f40 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -13,9 +13,9 @@ fs2 = "0.4.2"
futures = "0.1"
http = "0.1.5"
hyper = "0.12"
-hyper-tls = "0.2"
+hyper-tls = "0.3"
libc = "0.2.33"
-native-tls = "0.1.4"
+native-tls = "0.2.0"
percent-encoding = "1.0.1"
rand = "0.5"
tokio-core = "0.1"