Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Burgey committed Jan 11, 2022
1 parent ab105b4 commit 4fec45d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 17 deletions.
7 changes: 3 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{minimum_otp_vsn, "18.1"}.
{minimum_otp_vsn, "21.3"}.

{erl_opts, [debug_info]}.

{deps, [
{cowboy, "1.0.4"},
{cowboy, "~> 1.0"},
base64url,
{jsone, "1.4.0"},
{jsone, "~> 1.4"},
oidcc
]
}.

{plugins, [
{rebar3_lint, {git, "https://github.com/project-fifo/rebar3_lint.git", {branch, "master"}}},
rebar3_proper,
rebar3_auto,
rebar3_run
Expand Down
37 changes: 24 additions & 13 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
{"1.1.0",
[{<<"base64url">>,{pkg,<<"base64url">>,<<"0.0.1">>},0},
{<<"cowboy">>,{pkg,<<"cowboy">>,<<"1.0.4">>},0},
{"1.2.0",
[{<<"base64url">>,{pkg,<<"base64url">>,<<"1.0.1">>},0},
{<<"cowboy">>,{pkg,<<"cowboy">>,<<"1.1.2">>},0},
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"1.0.2">>},1},
{<<"erljwt">>,{pkg,<<"erljwt">>,<<"2.0.2">>},1},
{<<"jsone">>,{pkg,<<"jsone">>,<<"1.4.0">>},0},
{<<"oidcc">>,{pkg,<<"oidcc">>,<<"1.6.0">>},0},
{<<"ranch">>,{pkg,<<"ranch">>,<<"1.4.0">>},1}]}.
{<<"erljwt">>,{pkg,<<"erljwt">>,<<"2.0.7">>},1},
{<<"jsone">>,{pkg,<<"jsone">>,<<"1.7.0">>},0},
{<<"oidcc">>,{pkg,<<"oidcc">>,<<"1.8.1">>},0},
{<<"ranch">>,{pkg,<<"ranch">>,<<"1.3.2">>},1},
{<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.6">>},1}]}.
[
{pkg_hash,[
{<<"base64url">>, <<"36A90125F5948E3AFD7BE97662A1504B934DD5DAC78451CA6E9ABF85A10286BE">>},
{<<"cowboy">>, <<"A324A8DF9F2316C833A470D918AAF73AE894278B8AA6226CE7A9BF699388F878">>},
{<<"base64url">>, <<"F8C7F2DA04CA9A5D0F5F50258F055E1D699F0E8BF4CFDB30B750865368403CF6">>},
{<<"cowboy">>, <<"61AC29EA970389A88ECA5A65601460162D370A70018AFE6F949A29DCA91F3BB0">>},
{<<"cowlib">>, <<"9D769A1D062C9C3AC753096F868CA121E2730B9A377DE23DEC0F7E08B1DF84EE">>},
{<<"erljwt">>, <<"3D17F4BFE965F712A58F3D6AD424FD100D028987FDED6834A64E94091F44D3C9">>},
{<<"jsone">>, <<"6ECFD2C91E16F48E1535743B57D01A42C65D7DD51A8B43E5723B1F79927169A8">>},
{<<"oidcc">>, <<"253C33EA8E63CBC9736E646C3745DED34C20CD9BCBB12A2F868F7A24B1E8CC12">>},
{<<"ranch">>, <<"10272F95DA79340FA7E8774BA7930B901713D272905D0012B06CA6D994F8826B">>}]}
{<<"erljwt">>, <<"15C76E9E17B3DB2A1AA105EBA0AB384BA09D5C5742376F074DFF39A0CC67578C">>},
{<<"jsone">>, <<"1E3BD7D5DD44BB2EB0797DDDEA1CBF2DDAB8D9F29E499A467CA171C23F5984EA">>},
{<<"oidcc">>, <<"0D56E32D3908296069A3CC7BE8C34AF668FD53F3E09E2F358CDEC3BAF27B099B">>},
{<<"ranch">>, <<"E4965A144DC9FBE70E5C077C65E73C57165416A901BD02EA899CFD95AA890986">>},
{<<"ssl_verify_fun">>, <<"CF344F5692C82D2CD7554F5EC8FD961548D4FD09E7D22F5B62482E5AEAEBD4B0">>}]},
{pkg_hash_ext,[
{<<"base64url">>, <<"F9B3ADD4731A02A9B0410398B475B33E7566A695365237A6BDEE1BB447719F5C">>},
{<<"cowboy">>, <<"F4763BBE08233ECEED6F24BC4FCC8D71C17CFEAFA6439157C57349AA1BB4F17C">>},
{<<"cowlib">>, <<"DB622DA03AA039E6366AB953E31186CC8190D32905E33788A1ACB22744E6ABD2">>},
{<<"erljwt">>, <<"61266D3D3CB35B3EA341916CE73B0AEFE0FACE260B402729AE7426EB8D5293C3">>},
{<<"jsone">>, <<"A3A33712EE6BC8BE10CFA21C7C425A299DE4C5A8533F9F931E577A6D0E8F5DBD">>},
{<<"oidcc">>, <<"7CD57C7FBFA2C2F83A91EB9EC42C36C7F92F7164D6FE98634B918BE3ACA4E688">>},
{<<"ranch">>, <<"6E56493A862433FCCC3ACA3025C946D6720D8EEDF6E3E6FB911952A7071C357F">>},
{<<"ssl_verify_fun">>, <<"BDB0D2471F453C88FF3908E7686F86F9BE327D065CC1EC16FA4540197EA04680">>}]}
].
Binary file modified rebar3
Binary file not shown.

0 comments on commit 4fec45d

Please sign in to comment.