From b1fb9e3b884af458436966bb000a4527ec01ecec Mon Sep 17 00:00:00 2001 From: chasers Date: Wed, 11 Aug 2021 11:02:38 -0700 Subject: [PATCH] Use gun 2.0.0-rc.1 --- rebar.config | 3 ++- rebar.lock | 14 ++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/rebar.config b/rebar.config index eff3968..df3f96a 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,7 @@ {erl_opts, [debug_info]}. -{deps, [{gen_batch_server, "0.8.6"}, {bert, "0.1.0"}, {gun, "1.3.3"}, {jsone, "1.6.1"}]}. +{deps, + [{gen_batch_server, "0.8.6"}, {bert, "0.1.0"}, {gun, "2.0.0-rc.1"}, {jsone, "1.6.1"}]}. {plugins, [rebar3_hex, rebar3_format]}. diff --git a/rebar.lock b/rebar.lock index 70eea03..a541c1f 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,22 +1,20 @@ {"1.2.0", [{<<"bert">>,{pkg,<<"bert">>,<<"0.1.0">>},0}, - {<<"cowlib">>, - {git,"https://github.com/ninenines/cowlib", - {ref,"e9448e5628c8c1d9083223ff973af8de31a566d1"}}, - 1}, + {<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.10.1">>},1}, {<<"gen_batch_server">>,{pkg,<<"gen_batch_server">>,<<"0.8.6">>},0}, - {<<"gun">>, - {git,"https://github.com/ninenines/gun", - {ref,"f9175998687678e227bdd49669e2d83f0648fa57"}}, - 0}, + {<<"gun">>,{pkg,<<"gun">>,<<"2.0.0-rc.1">>},0}, {<<"jsone">>,{pkg,<<"jsone">>,<<"1.6.1">>},0}]}. [ {pkg_hash,[ {<<"bert">>, <<"A87D6693515070A9B287C1043CB7E5B2406BE0357685022764BFBD2609703555">>}, + {<<"cowlib">>, <<"5442EB6B4EB1EB7F34DF38145ECB59BA15932FA6465C1C10DC47C7EB91DEA8CD">>}, {<<"gen_batch_server">>, <<"712E589A644AFB1DF4EE7B3A3E6182280086631ED5C3283394A27694FE16C0A9">>}, + {<<"gun">>, <<"B87D81DAD83F41FA3F2CBF1A923EAE44C5CE559A7006728D47888C3E7EB7A6CE">>}, {<<"jsone">>, <<"7EA1098FE004C4127320FE0E3CF6A951B01F82039FEAA56C322DC7E34DD59762">>}]}, {pkg_hash_ext,[ {<<"bert">>, <<"2A561521EC3529B248658A3E2D3D4BFE6729B0AB8291C701BF15EF413EDA1506">>}, + {<<"cowlib">>, <<"9B4271E10228E6877199F1D698EAA3B32E69AE82CC68E1443C5CA8E774089A44">>}, {<<"gen_batch_server">>, <<"B78679349168F27D7047F3283C9D766760B234D98C762ACA9A1907F4EE3FD406">>}, + {<<"gun">>, <<"459E7C843C894F69878DF60378E7FA4A4B5504A00066C02138D084435C2C7968">>}, {<<"jsone">>, <<"A6C1DF6081DF742068D2ED747A4FE8A7740C56421B53E02BC9D4907DD3502922">>}]} ].