summaryrefslogtreecommitdiffstats
path: root/ffi
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 /ffi
parent8d1c467e46499dc41d28a09c81b11dc37ec9431d (diff)
net, ffi: Bump native-tls and hyper-tls.
Diffstat (limited to 'ffi')
-rw-r--r--ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 98f2fcc7..5d52f231 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -11,7 +11,7 @@ sequoia-net = { path = "../net" }
failure = "0.1.1"
lazy_static = "1.0.0"
libc = "0.2.33"
-native-tls = "0.1.4"
+native-tls = "0.2.0"
[lib]
crate-type = ["cdylib", "staticlib"]