Skip to content

Commit

Permalink
Use gun 2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chasers committed Aug 11, 2021
1 parent 8fea3d6 commit b1fb9e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -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]}.

Expand Down
14 changes: 6 additions & 8 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -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">>}]}
].

0 comments on commit b1fb9e3

Please sign in to comment.