From d5788914e56cc43067a3ecb30d07bd8596a57e19 Mon Sep 17 00:00:00 2001 From: benbro Date: Thu, 11 Jul 2024 17:51:11 +0300 Subject: [PATCH 1/2] Update bbmustache to 1.12.2 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index e25b026..3c66ffa 100644 --- a/rebar.config +++ b/rebar.config @@ -5,7 +5,7 @@ debug_info]}. {deps, [ - {bbmustache, "1.5.0"}, + {bbmustache, "1.12.2"}, string_compat ]}. From 6b5267d7068bb5748d9f654c5b0b4f3e9cea4001 Mon Sep 17 00:00:00 2001 From: benbro Date: Thu, 11 Jul 2024 17:52:22 +0300 Subject: [PATCH 2/2] Update bbmustache pkg_hash --- rebar.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.lock b/rebar.lock index bc4f628..ff6e012 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,8 +1,8 @@ {"1.1.0", -[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.5.0">>},0}, +[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.12.2">>},0}, {<<"string_compat">>,{pkg,<<"string_compat">>,<<"0.0.1">>},0}]}. [ {pkg_hash,[ - {<<"bbmustache">>, <<"8CFDE0602E90A4057E161BF5288ADE854B4E511E2E8924966A8438730E958381">>}, + {<<"bbmustache">>, <<"0CABDCE0DB9FE6D3318131174B9F2B351328A4C0AFBEB3E6E99BB0E02E9B621D">>}, {<<"string_compat">>, <<"90E3196826B84EF8F7F9A0B50007697F1228C0E06A5E64112648D4ABC8CFC452">>}]} ].