Skip to content

Commit

Permalink
Upgrade 3rd party dependencies
Browse files Browse the repository at this point in the history
This commit upgrade a bunch of 3rd party dependencies:

* lager to 3.6.10 (minor bugfixes)
* cowboy to 2.6.3 (minor bugfixes)
* recon to 2.5.0  (support for otp-22)
* observer_cli to 1.5.0 (minor improvements)
* entop to 0.4.2 (minor improvements)
  • Loading branch information
mgumz committed May 21, 2019
1 parent d8af3fb commit 4f84f63
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
13 changes: 7 additions & 6 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

{deps, [
{setup, "2.0.2"},
{lager, "3.6.8"},
{lager, "3.6.10"},
{jobs, "0.9.0"},
{jsx, "2.9.0"},
{cowboy, "2.6.1"},
{cowboy, "2.6.3"},
{exometer_core, "1.5.7"},
{stacktrace_compat, "1.0.2"},
{erlando, {git, "https://github.com/travelping/erlando.git", {tag, "1.0.2"}}},
Expand Down Expand Up @@ -39,9 +39,9 @@
{include_src, false}
]},
{deps, [
{recon, "2.4.0"},
{observer_cli, "1.4.1"},
{entop, {git, "https://github.com/mazenharake/entop.git", {tag, "0.4.1"}}}
{recon, "2.5.0"},
{observer_cli, "1.5.0"},
{entop, {git, "https://github.com/mazenharake/entop.git", {tag, "0.4.2"}}}
]}
]},
{native,
Expand Down Expand Up @@ -83,7 +83,8 @@
runtime_tools,
hipe,
recon,
observer]},
entop,
observer_cli]},
{exclude_apps, [wx]},

{sys_config, "./config/sys.config"},
Expand Down
12 changes: 6 additions & 6 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{"1.1.0",
[{<<"bear">>,{pkg,<<"bear">>,<<"0.8.7">>},2},
{<<"cowboy">>,{pkg,<<"cowboy">>,<<"2.6.1">>},0},
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.7.0">>},1},
{<<"cowboy">>,{pkg,<<"cowboy">>,<<"2.6.3">>},0},
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.7.3">>},1},
{<<"eradius">>,
{git,"https://github.com/RoadRunnr/eradius.git",
{ref,"e21878935b801c4966a0e34c1c70cfcc42d56a29"}},
Expand All @@ -28,7 +28,7 @@
{<<"hut">>,{pkg,<<"hut">>,<<"1.2.1">>},1},
{<<"jobs">>,{pkg,<<"jobs">>,<<"0.9.0">>},0},
{<<"jsx">>,{pkg,<<"jsx">>,<<"2.9.0">>},0},
{<<"lager">>,{pkg,<<"lager">>,<<"3.6.8">>},0},
{<<"lager">>,{pkg,<<"lager">>,<<"3.6.10">>},0},
{<<"netdata">>,
{git,"https://github.com/RoadRunnr/erl_netdata.git",
{ref,"cbd6eaf304d6ef9d0c659abb1b37de18f1aac45f"}},
Expand Down Expand Up @@ -56,15 +56,15 @@
[
{pkg_hash,[
{<<"bear">>, <<"16264309AE5D005D03718A5C82641FCC259C9E8F09ADEB6FD79CA4271168656F">>},
{<<"cowboy">>, <<"F2E06F757C337B3B311F9437E6E072B678FCD71545A7B2865BDAA154D078593F">>},
{<<"cowlib">>, <<"3EF16E77562F9855A2605900CEDB15C1462D76FB1BE6A32FC3AE91973EE543D2">>},
{<<"cowboy">>, <<"99AA50E94E685557CAD82E704457336A453D4ABCB77839AD22DBE71F311FCC06">>},
{<<"cowlib">>, <<"A7FFCD0917E6D50B4D5FB28E9E2085A0CEB3C97DEA310505F7460FF5ED764CE9">>},
{<<"exometer_core">>, <<"AB97E34A5D69AB14E6AE161DB4CCA5B5E655E635B842F830EE6AB2CBFCFDC30A">>},
{<<"folsom">>, <<"A885F0AEEE4C84270954C88A55A5A473D6B2C7493E32FFDC5765412DD555A951">>},
{<<"goldrush">>, <<"F06E5D5F1277DA5C413E84D5A2924174182FB108DABB39D5EC548B27424CD106">>},
{<<"hut">>, <<"08D46679523043424870723923971889E8A34D63B2F946A35B46CF921D1236E7">>},
{<<"jobs">>, <<"B2F0071531C4A48575A096FEC428DCDD4555C64E5086FE521FCEAF581B1F51DC">>},
{<<"jsx">>, <<"D2F6E5F069C00266CAD52FB15D87C428579EA4D7D73A33669E12679E203329DD">>},
{<<"lager">>, <<"897EFC7679BB82383448646C96768CDC4E747464DD18B999C7AACA485686B0DA">>},
{<<"lager">>, <<"6172B43AB720AC33914CCD0AEB21FDBDF88213847707D4B91E6AF57B2AE5C4D2">>},
{<<"parse_trans">>, <<"09765507A3C7590A784615CFD421D101AEC25098D50B89D7AA1D66646BC571C1">>},
{<<"ranch">>, <<"6B1FAB51B49196860B733A49C07604465A47BDB78AA10C1C16A3D199F7F8C881">>},
{<<"setup">>, <<"1203F4CDA11306C2E34434244576DED0A7BBFB0908D9A572356C809BD0CDF085">>},
Expand Down

0 comments on commit 4f84f63

Please sign in to comment.