Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michalwski committed May 28, 2020
1 parent 9338a05 commit 687b171
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
12 changes: 6 additions & 6 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
{require_min_otp_vsn, "21"}.

{deps, [
{exml, {git, "https://github.com/esl/exml.git", {ref, "a307e83"}}},
{base16, {git, "https://github.com/goj/base16.git", {ref, "ec420aa"}}},
{fusco, {git, "https://github.com/esl/fusco.git", {ref, "0a428471"}}},
{exml, {git, "https://github.com/esl/exml.git", {ref, "0a13615"}}},
{base16, "1.0.0"},
{fusco, {git, "https://github.com/esl/fusco.git", {ref, "de08ade"}}},
{meck, "0.8.13"},
{bbmustache, "1.8.0"},
{uuid, "1.7.5", {pkg, uuid_erl}},
{gun, "1.3.1"},
{bbmustache, "1.10.0"},
{uuid, "1.8.0", {pkg, uuid_erl}},
{gun, "1.3.2"},
{worker_pool, "3.2.0"},
{fast_tls, {git, "https://github.com/processone/fast_tls.git", {branch, "master"}}}
]}.
Expand Down
26 changes: 12 additions & 14 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,36 +1,34 @@
{"1.1.0",
[{<<"base16">>,
{git,"https://github.com/goj/base16.git",
{ref,"ec420aa4ce0fb971f155274c606e00188a2ed37d"}},
0},
{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.8.0">>},0},
[{<<"base16">>,{pkg,<<"base16">>,<<"1.0.0">>},0},
{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.10.0">>},0},
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.6.0">>},1},
{<<"exml">>,
{git,"https://github.com/esl/exml.git",
{ref,"a307e83669ad0a8d96ea3f2be9da36417efb94fc"}},
{ref,"0a136156bc71ef2d6a8bbb801185ad9c1962aa20"}},
0},
{<<"fast_tls">>,
{git,"https://github.com/processone/fast_tls.git",
{ref,"ceb277f5b172d94ec2a0c8b13cfb7e887961b55a"}},
0},
{<<"fusco">>,
{git,"https://github.com/esl/fusco.git",
{ref,"0a428471aefb3a38207c2141249181e6c018e565"}},
{ref,"de08adef32d12f0984d6d1c6fec28be207db2e7e"}},
0},
{<<"gun">>,{pkg,<<"gun">>,<<"1.3.1">>},0},
{<<"gun">>,{pkg,<<"gun">>,<<"1.3.2">>},0},
{<<"meck">>,{pkg,<<"meck">>,<<"0.8.13">>},0},
{<<"p1_utils">>,{pkg,<<"p1_utils">>,<<"1.0.18">>},1},
{<<"quickrand">>,{pkg,<<"quickrand">>,<<"1.7.5">>},1},
{<<"uuid">>,{pkg,<<"uuid_erl">>,<<"1.7.5">>},0},
{<<"quickrand">>,{pkg,<<"quickrand">>,<<"1.8.0">>},1},
{<<"uuid">>,{pkg,<<"uuid_erl">>,<<"1.8.0">>},0},
{<<"worker_pool">>,{pkg,<<"worker_pool">>,<<"3.2.0">>},0}]}.
[
{pkg_hash,[
{<<"bbmustache">>, <<"A268D256B3D5C7CF9FD14ECED58977BC71AADB7CE412E883C3A2CD0A10F3CF27">>},
{<<"base16">>, <<"283644E2B21BD5915ACB7178BED7851FB07C6E5749B8FAD68A53C501092176D9">>},
{<<"bbmustache">>, <<"DDC927463F0E95D66CDAC889153AF08015D609124D6D79006C248AD2DE7F6ECD">>},
{<<"cowlib">>, <<"8AA629F81A0FC189F261DC98A42243FA842625FEEA3C7EC56C48F4CCDB55490F">>},
{<<"gun">>, <<"1489FD96018431B89F401041A9CE0B02B45265247F0FDCF71273BF087C64EA4F">>},
{<<"gun">>, <<"542064CBB9F613650B8A8100B3A927505F364FBE198B7A5A112868FF43F3E477">>},
{<<"meck">>, <<"FFEDB39F99B0B99703B8601C6F17C7F76313EE12DE6B646E671E3188401F7866">>},
{<<"p1_utils">>, <<"3FE224DE5B2E190D730A3C5DA9D6E8540C96484CF4B4692921D1E28F0C32B01C">>},
{<<"quickrand">>, <<"E3086A153EB13A057FC19192D05E2D4C6BB2BDBB55746A699BEAE9847AC17CA8">>},
{<<"uuid">>, <<"3862FF9A21C42566DFD0376B97512FA202922897129E09A05E2AFA0D9CAFD97A">>},
{<<"quickrand">>, <<"E47CE597FF067385FF5836C8C7706AC7F8AA7B47DD90C6417E05B64696F872FA">>},
{<<"uuid">>, <<"280014F8FF57FCE36EE6E91C3ECF21CBFCE78AAE9854C09597BB4C11E27B66D6">>},
{<<"worker_pool">>, <<"54DD752BA4CA4B702124C45803AA958B36BCE77D683B87886606F1AADA3E124D">>}]}
].

0 comments on commit 687b171

Please sign in to comment.