From 85b660fb4b0ecb558180f0c0e6d9f0ebff210286 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 8 Jan 2025 14:57:16 +0100 Subject: [PATCH] rebar.config: Bump provider_asn1 version to 0.4.1 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index f367477cf..bc6a258c5 100644 --- a/rebar.config +++ b/rebar.config @@ -154,7 +154,7 @@ {if_rebar3, {plugins, [{if_version_below, "21", {rebar3_hex, "7.0.7"}}, {if_version_above, "20", {rebar3_hex, "~> 7.0.8"}}, - {provider_asn1, "0.2.0"}, + {provider_asn1, "0.4.1"}, %% Protocol consolidation doesn't work correctly in upstream rebar_mix, see %% https://github.com/Supersonido/rebar_mix/issues/27#issuecomment-894873335 %% Let's use this fixed rebar_mix fork, see its PR: