diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2019-02-25 16:42:38 +0100 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2019-02-25 16:42:38 +0100 |
commit | bc38afa8b808fc43595a6a6297368697280ca368 (patch) | |
tree | 7de84d29d64fe1b0ff7e0c8d1769b05c18d963a9 | |
parent | Add Accept header to requests issued by rest.erl (diff) |
Updated fast_tls
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 23f8979f1..5b0190ed8 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", "00ab890139e349ec80b84aa302187494b6cb7621"}}, + {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", "6e5dc474dfcf617c1299cc55cc8e292f33a8f865"}}, {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"}}}, |