Skip to content

Commit

Permalink
Merge pull request #133 from puzza007/update-worker-pool
Browse files Browse the repository at this point in the history
Update worker_pool dep
  • Loading branch information
puzza007 authored Mar 2, 2022
2 parents fb9b832 + 2fe351d commit 180aa4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{minimum_otp_vsn, "23.0"}.

{deps, [
{worker_pool, "4.0.3"},
{worker_pool, "6.0.0"},
{metrics, "2.5.0"}
]}.

Expand Down
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{"1.2.0",
[{<<"metrics">>,{pkg,<<"metrics">>,<<"2.5.0">>},0},
{<<"worker_pool">>,{pkg,<<"worker_pool">>,<<"4.0.3">>},0}]}.
{<<"worker_pool">>,{pkg,<<"worker_pool">>,<<"6.0.0">>},0}]}.
[
{pkg_hash,[
{<<"metrics">>, <<"268D218D56529CB5F070D74BBFC3AF64C668379B5B18FAFDA88959442F790C57">>},
{<<"worker_pool">>, <<"729D98AF0EEF31D10A6027C5AF2EDD4EA7D6CF91E96B03C189BB47F6FDE9667C">>}]},
{<<"worker_pool">>, <<"F7B442B30121EED6D8C828833533E5C15DB61E4AB2EF343C8B67824267656822">>}]},
{pkg_hash_ext,[
{<<"metrics">>, <<"AE061938C8C3BDE97D17BE9A792B63E15C1E1EFFE16598AB87A62384F5F3714B">>},
{<<"worker_pool">>, <<"2F2ABFD3F64931B8DF345D7EFE80A357EDC785848C39319225CA328F44BC7192">>}]}
{<<"worker_pool">>, <<"F9D95B85E80C5C27B7AB2E60BF780DA70A5E26DD9E6D30BE45032742FC039CC5">>}]}
].
2 changes: 1 addition & 1 deletion src/katipo.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, 'katipo',
[{description, "HTTP client based on libcurl"},
{vsn, "1.0.3"},
{vsn, "1.0.4"},
{registered, []},
{mod, {'katipo_app', []}},
{applications,
Expand Down

0 comments on commit 180aa4b

Please sign in to comment.