From: Paweł Chmielowski Date: Mon, 25 Feb 2019 15:10:48 +0000 (+0100) Subject: Pull never fast_tls version X-Git-Tag: 19.02~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db9435942fe13d97125bb6526d6eb238c3c73c4e;p=ejabberd Pull never fast_tls version --- diff --git a/rebar.config b/rebar.config index b9955c7ab..23f8979f1 100644 --- a/rebar.config +++ b/rebar.config @@ -21,7 +21,7 @@ {deps, [{lager, ".*", {git, "https://github.com/erlang-lager/lager", "3.6.7"}}, {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.13"}}}, {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.17"}}}, - {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.26"}}}, + {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", "00ab890139e349ec80b84aa302187494b6cb7621"}}, {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.14"}}}, {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.34"}}}, {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.3.0"}}},