Skip to content

Commit

Permalink
Update dependencies (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
adroll-rtb-ci authored Mar 13, 2023
1 parent 30ddad5 commit 818b102
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
{cover_print_enabled, true}.

{deps,
[{lhttpc, "1.3.3", {pkg, nextroll_lhttpc}},
[{lhttpc, "1.4.0", {pkg, nextroll_lhttpc}},
{jiffy, "1.1.1"},
{erliam, "1.0.0"},
{erliam, "1.0.1"},
{b64fast, "0.2.3"}]}.

{xref_checks,
Expand Down Expand Up @@ -46,7 +46,7 @@
{alias, [{test, [format, spellcheck, lint, hank, xref, dialyzer, eunit, cover, edoc]}]}.

{project_plugins,
[{rebar3_hex, "~> 7.0.4"},
[{rebar3_hex, "~> 7.0.6"},
{rebar3_format, "~> 1.2.1"},
{rebar3_lint, "~> 3.0.0"},
{rebar3_hank, "~> 1.3.0"},
Expand Down
12 changes: 6 additions & 6 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{"1.2.0",
[{<<"b64fast">>,{pkg,<<"b64fast">>,<<"0.2.3">>},0},
{<<"erliam">>,{pkg,<<"erliam">>,<<"1.0.0">>},0},
{<<"erliam">>,{pkg,<<"erliam">>,<<"1.0.1">>},0},
{<<"jiffy">>,{pkg,<<"jiffy">>,<<"1.1.1">>},0},
{<<"lhttpc">>,{pkg,<<"nextroll_lhttpc">>,<<"1.3.3">>},0}]}.
{<<"lhttpc">>,{pkg,<<"nextroll_lhttpc">>,<<"1.4.0">>},0}]}.
[
{pkg_hash,[
{<<"b64fast">>, <<"07649CF971A0ED088DEFC4F75767A52E08C468CC1D448693F4FB3051092AB987">>},
{<<"erliam">>, <<"55FD69959349080CA44728B34076A004FCAFB8064B7600DD17473B7D33F03415">>},
{<<"erliam">>, <<"20E1ECB876AFDEEC2DE07483E2D174B1E3DB38848ED981145DAB9A889E7B55F9">>},
{<<"jiffy">>, <<"ACA10F47AA91697BF24AB9582C74E00E8E95474C7EF9F76D4F1A338D0F5DE21B">>},
{<<"lhttpc">>, <<"C1617E2D73A78FED3D973227CA75220B868AB55C0C5DC1C12FBD081DB8D83CB7">>}]},
{<<"lhttpc">>, <<"45282FF22BC55E6AE751CF87AC42C261DC4FAAFADD9C034E127ECED74E672FAB">>}]},
{pkg_hash_ext,[
{<<"b64fast">>, <<"DE874B5302D607840B787E93785628035FF55334EBCFAFB6413B735983913D23">>},
{<<"erliam">>, <<"88B039BC7200538A471E747DE720C0CD9839B19A8CC25DFCECB0384346ACF1A1">>},
{<<"erliam">>, <<"2EE375544AC36711BEEB5EC56DB060488447CECC308763BC8B4A4FEE894AAF76">>},
{<<"jiffy">>, <<"62E1F0581C3C19C33A725C781DFA88410D8BFF1BBAFC3885A2552286B4785C4C">>},
{<<"lhttpc">>, <<"8033152140E6E82325E68263D193A79A2322D857F69DDF1D875B5045B05EC463">>}]}
{<<"lhttpc">>, <<"57BA3D5720FBD17C75D8563169394B5F6CD160161D64A8A9F96F7E829221C648">>}]}
].

0 comments on commit 818b102

Please sign in to comment.