Skip to content

Commit

Permalink
Updated deps to bring support for tls-exporter channel binding
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Oct 25, 2023
1 parent f48275b commit 0bdca8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}},
Expand Down Expand Up @@ -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"}}}
]}.

Expand Down Expand Up @@ -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}]}.
Expand Down

0 comments on commit 0bdca8f

Please sign in to comment.