From 5958e2f35cd4d09f40685762b82b82f89b4d9333 Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Thu, 3 Jun 2021 12:14:29 +0300 Subject: [PATCH] Update deps for Erlang 24 (#13) --- rebar.config | 4 ++-- rebar.lock | 25 +++++++++++++++---------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/rebar.config b/rebar.config index 54fda6b..8cb7eef 100644 --- a/rebar.config +++ b/rebar.config @@ -28,8 +28,8 @@ % Common project dependencies. {deps, [ - {cowboy, "2.8.0"}, - {jsx , "3.0.0"}, + {cowboy, "2.9.0"}, + {jsx , "3.1.0"}, {cg_mon, {git, "https://github.com/rbkmoney/cg_mon.git", {branch, "master"}}}, {genlib, {git, "https://github.com/rbkmoney/genlib.git", {branch, "master"}}} ]}. diff --git a/rebar.lock b/rebar.lock index 3664070..4bd7597 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,20 +1,25 @@ -{"1.1.0", +{"1.2.0", [{<<"cg_mon">>, {git,"https://github.com/rbkmoney/cg_mon.git", {ref,"5a87a37694e42b6592d3b4164ae54e0e87e24e18"}}, 0}, - {<<"cowboy">>,{pkg,<<"cowboy">>,<<"2.8.0">>},0}, - {<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.9.1">>},1}, + {<<"cowboy">>,{pkg,<<"cowboy">>,<<"2.9.0">>},0}, + {<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.11.0">>},1}, {<<"genlib">>, {git,"https://github.com/rbkmoney/genlib.git", - {ref,"941b8c8d4dc544b740a2429ea8381c3873e5fe75"}}, + {ref,"3e1776536802739d8819351b15d54ec70568aba7"}}, 0}, - {<<"jsx">>,{pkg,<<"jsx">>,<<"3.0.0">>},0}, - {<<"ranch">>,{pkg,<<"ranch">>,<<"1.7.1">>},1}]}. + {<<"jsx">>,{pkg,<<"jsx">>,<<"3.1.0">>},0}, + {<<"ranch">>,{pkg,<<"ranch">>,<<"1.8.0">>},1}]}. [ {pkg_hash,[ - {<<"cowboy">>, <<"F3DC62E35797ECD9AC1B50DB74611193C29815401E53BAC9A5C0577BD7BC667D">>}, - {<<"cowlib">>, <<"61A6C7C50CF07FDD24B2F45B89500BB93B6686579B069A89F88CB211E1125C78">>}, - {<<"jsx">>, <<"20A170ABD4335FC6DB24D5FAD1E5D677C55DADF83D1B20A8A33B5FE159892A39">>}, - {<<"ranch">>, <<"6B1FAB51B49196860B733A49C07604465A47BDB78AA10C1C16A3D199F7F8C881">>}]} + {<<"cowboy">>, <<"865DD8B6607E14CF03282E10E934023A1BD8BE6F6BACF921A7E2A96D800CD452">>}, + {<<"cowlib">>, <<"0B9FF9C346629256C42EBE1EEB769A83C6CB771A6EE5960BD110AB0B9B872063">>}, + {<<"jsx">>, <<"D12516BAA0BB23A59BB35DCCAF02A1BD08243FCBB9EFE24F2D9D056CCFF71268">>}, + {<<"ranch">>, <<"8C7A100A139FD57F17327B6413E4167AC559FBC04CA7448E9BE9057311597A1D">>}]}, +{pkg_hash_ext,[ + {<<"cowboy">>, <<"2C729F934B4E1AA149AFF882F57C6372C15399A20D54F65C8D67BEF583021BDE">>}, + {<<"cowlib">>, <<"2B3E9DA0B21C4565751A6D4901C20D1B4CC25CBB7FD50D91D2AB6DD287BC86A9">>}, + {<<"jsx">>, <<"0C5CC8FDC11B53CC25CF65AC6705AD39E54ECC56D1C22E4ADB8F5A53FB9427F3">>}, + {<<"ranch">>, <<"49FBCFD3682FAB1F5D109351B61257676DA1A2FDBE295904176D5E521A2DDFE5">>}]} ].