chore(minirest): Upgrade minirest version to 0.3.7

This commit is contained in:
Turtle 2021-08-05 13:47:13 +08:00 committed by turtleDeng
parent de96349ddf
commit efa71d12fe
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
, {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.8.1"}}} , {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.8.1"}}}
, {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.5.1"}}} , {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.5.1"}}}
, {cuttlefish, {git, "https://github.com/emqx/cuttlefish", {tag, "v3.3.5"}}} , {cuttlefish, {git, "https://github.com/emqx/cuttlefish", {tag, "v3.3.5"}}}
, {minirest, {git, "https://github.com/emqx/minirest", {tag, "0.3.6"}}} , {minirest, {git, "https://github.com/emqx/minirest", {tag, "0.3.7"}}}
, {ecpool, {git, "https://github.com/emqx/ecpool", {tag, "0.5.1"}}} , {ecpool, {git, "https://github.com/emqx/ecpool", {tag, "0.5.1"}}}
, {replayq, {git, "https://github.com/emqx/replayq", {tag, "0.3.2"}}} , {replayq, {git, "https://github.com/emqx/replayq", {tag, "0.3.2"}}}
, {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.4"}}} , {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.4"}}}

View File

@ -52,7 +52,7 @@ base_deps() ->
%% so the appup instructions for emqx_dashboard is always the last %% so the appup instructions for emqx_dashboard is always the last
%% to be executed %% to be executed
[ {emqx_dashboard, [{re, "emqx_.*"}]} [ {emqx_dashboard, [{re, "emqx_.*"}]}
, {emqx_management, [{re, "emqx_.*"}, {exclude, emqx_dashboard}]} , {emqx_management, [{re, "emqx_.*"}, {exclude, emqx_dashboard}, minirest]}
, {{re, "emqx_.*"}, [emqx]} , {{re, "emqx_.*"}, [emqx]}
, {emqx_web_hook, [ehttpc]} , {emqx_web_hook, [ehttpc]}
]. ].