Skip to content

Commit 180aa4b

Browse files
authored
Merge pull request #133 from puzza007/update-worker-pool
Update worker_pool dep
2 parents fb9b832 + 2fe351d commit 180aa4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{minimum_otp_vsn, "23.0"}.
66

77
{deps, [
8-
{worker_pool, "4.0.3"},
8+
{worker_pool, "6.0.0"},
99
{metrics, "2.5.0"}
1010
]}.
1111

rebar.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{"1.2.0",
22
[{<<"metrics">>,{pkg,<<"metrics">>,<<"2.5.0">>},0},
3-
{<<"worker_pool">>,{pkg,<<"worker_pool">>,<<"4.0.3">>},0}]}.
3+
{<<"worker_pool">>,{pkg,<<"worker_pool">>,<<"6.0.0">>},0}]}.
44
[
55
{pkg_hash,[
66
{<<"metrics">>, <<"268D218D56529CB5F070D74BBFC3AF64C668379B5B18FAFDA88959442F790C57">>},
7-
{<<"worker_pool">>, <<"729D98AF0EEF31D10A6027C5AF2EDD4EA7D6CF91E96B03C189BB47F6FDE9667C">>}]},
7+
{<<"worker_pool">>, <<"F7B442B30121EED6D8C828833533E5C15DB61E4AB2EF343C8B67824267656822">>}]},
88
{pkg_hash_ext,[
99
{<<"metrics">>, <<"AE061938C8C3BDE97D17BE9A792B63E15C1E1EFFE16598AB87A62384F5F3714B">>},
10-
{<<"worker_pool">>, <<"2F2ABFD3F64931B8DF345D7EFE80A357EDC785848C39319225CA328F44BC7192">>}]}
10+
{<<"worker_pool">>, <<"F9D95B85E80C5C27B7AB2E60BF780DA70A5E26DD9E6D30BE45032742FC039CC5">>}]}
1111
].

src/katipo.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, 'katipo',
22
[{description, "HTTP client based on libcurl"},
3-
{vsn, "1.0.3"},
3+
{vsn, "1.0.4"},
44
{registered, []},
55
{mod, {'katipo_app', []}},
66
{applications,

0 commit comments

Comments
 (0)