From efa71d12fee2966aa7e945d3ba30595c80ed498c Mon Sep 17 00:00:00 2001 From: Turtle Date: Thu, 5 Aug 2021 13:47:13 +0800 Subject: [PATCH] chore(minirest): Upgrade minirest version to 0.3.7 --- rebar.config | 2 +- scripts/inject-deps.escript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 317fc2121..c47a80d22 100644 --- a/rebar.config +++ b/rebar.config @@ -46,7 +46,7 @@ , {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.8.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"}}} - , {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"}}} , {replayq, {git, "https://github.com/emqx/replayq", {tag, "0.3.2"}}} , {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.4"}}} diff --git a/scripts/inject-deps.escript b/scripts/inject-deps.escript index 1b0e3a957..35b4d865a 100755 --- a/scripts/inject-deps.escript +++ b/scripts/inject-deps.escript @@ -52,7 +52,7 @@ base_deps() -> %% so the appup instructions for emqx_dashboard is always the last %% to be executed [ {emqx_dashboard, [{re, "emqx_.*"}]} - , {emqx_management, [{re, "emqx_.*"}, {exclude, emqx_dashboard}]} + , {emqx_management, [{re, "emqx_.*"}, {exclude, emqx_dashboard}, minirest]} , {{re, "emqx_.*"}, [emqx]} , {emqx_web_hook, [ehttpc]} ].