Blob Blame History Raw
From 166578ae76124112797b8425bd116e9236541d74 Mon Sep 17 00:00:00 2001
From: Mickael Remond <mremond@process-one.net>
Date: Mon, 7 May 2018 09:52:56 +0200
Subject: [PATCH] Update FastTLS dependency

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
---
 rebar.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config b/rebar.config
index 9ac08ab..fa3ba57 100644
--- a/rebar.config
+++ b/rebar.config
@@ -32,7 +32,7 @@
 {port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}.
 
 {deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.22"}}},
-	{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "a166f0e"}}},
+	{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.22"}}},
 	{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.11"}}}]}.
 
 {clean_files, ["c_src/esip_codec.gcda", "c_src/esip_codec.gcno"]}.
-- 
2.17.1