From 1340bb2050d1237d25ab4943b8926b823b98ff3c Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Mon, 15 Aug 2022 17:16:29 +0200 Subject: [PATCH] Change hut dep to 1.4.0 --- rebar.config | 2 +- rebar.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index 4e3b856..a4b0b44 100644 --- a/rebar.config +++ b/rebar.config @@ -5,7 +5,7 @@ [ {sext, "1.8.0"}, {rocksdb, {git, "https://gitlab.com/seanhinde/erlang-rocksdb.git", {ref,"9ae37839"}}}, - {hut, "1.3.0"} + {hut, "1.4.0"} ]}. {xref_checks, [ diff --git a/rebar.lock b/rebar.lock index b153003..0807887 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,5 +1,5 @@ {"1.2.0", -[{<<"hut">>,{pkg,<<"hut">>,<<"1.3.0">>},0}, +[{<<"hut">>,{pkg,<<"hut">>,<<"1.4.0">>},0}, {<<"rocksdb">>, {git,"https://gitlab.com/seanhinde/erlang-rocksdb.git", {ref,"9ae378391ffc94200bde24efcd7a4921eba688d0"}}, @@ -7,9 +7,9 @@ {<<"sext">>,{pkg,<<"sext">>,<<"1.8.0">>},0}]}. [ {pkg_hash,[ - {<<"hut">>, <<"71F2F054E657C03F959CF1ACC43F436EA87580696528CA2A55C8AFB1B06C85E7">>}, + {<<"hut">>, <<"7A1238EC00F95C9EC75412587EE11AC652ECA308A7F4B8CC9629746D579D6CF0">>}, {<<"sext">>, <<"90A95B889F5C781B70BBCF44278B763148E313C376B60D87CE664CB1C1DD29B5">>}]}, {pkg_hash_ext,[ - {<<"hut">>, <<"7E15D28555D8A1F2B5A3A931EC120AF0753E4853A4C66053DB354F35BF9AB563">>}, + {<<"hut">>, <<"7AF8704B9BAE98A336F70D9560FC3C97F15665265FA603DBD05352E63D6EBB03">>}, {<<"sext">>, <<"BC6016CB8690BAF677EACACFE6E7CADFEC8DC7E286CBBED762F6CD55B0678E73">>}]} ].