From 0bdca8fd9e50b72382152b8496b1d064f673dbcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Wed, 25 Oct 2023 16:46:03 +0200 Subject: [PATCH] Updated deps to bring support for tls-exporter channel binding --- rebar.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rebar.config b/rebar.config index 32c50d08c..4868d1553 100644 --- a/rebar.config +++ b/rebar.config @@ -37,7 +37,7 @@ {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.50"}}}}, {if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.12"}}}}, - {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.16"}}}, + {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", "c98c1a7d190201dc4113babed91fdfedac2bf42a"}}, {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.49"}}}, {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.36"}}}, {idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}}, @@ -77,7 +77,7 @@ {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.29"}}}, {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.10"}}}}, - {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.7.0"}}}, + {xmpp, ".*", {git, "https://github.com/processone/xmpp", "3a123f2db18463d1b4fce2bd41d4e5033b77ac04"}}, {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.15"}}} ]}. @@ -208,13 +208,13 @@ {plt_extra_apps, [asn1, odbc, public_key, stdlib, syntax_tools, eredis, idna, jiffy, luerl, jose, - cache_tab, eimp, epam, esip, ezlib, fast_tls, fast_xml, fast_yaml, + cache_tab, eimp, esip, ezlib, fast_tls, fast_xml, fast_yaml, mqtree, p1_acme, p1_mysql, p1_oauth2, p1_pgsql, p1_utils, pkix, sqlite3, stringprep, stun, xmpp, yconf]}, {plt_extra_apps, % For Erlang/OTP 25 and older - [cache_tab, eimp, epam, esip, ezlib, fast_tls, fast_xml, fast_yaml, + [cache_tab, eimp, ezlib, fast_tls, fast_xml, fast_yaml, mqtree, p1_acme, p1_mysql, p1_oauth2, p1_pgsql, p1_utils, pkix, - sqlite3, stringprep, stun, xmpp, yconf]} + stringprep, stun, xmpp, yconf]} } ]}. {ct_opts, [{keep_logs, 20}]}.