From 501b9c94358d25cf34e4e0962907b07aaa86eb55 Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Fri, 11 Jun 2021 09:56:11 +0800 Subject: [PATCH] fix(minirest): encode response message failed (#4965) --- .ci/fvt_tests/http_server/rebar.config | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/fvt_tests/http_server/rebar.config b/.ci/fvt_tests/http_server/rebar.config index 29cc392ea..314679264 100644 --- a/.ci/fvt_tests/http_server/rebar.config +++ b/.ci/fvt_tests/http_server/rebar.config @@ -1,7 +1,7 @@ {erl_opts, [debug_info]}. {deps, [ - {minirest, {git, "https://github.com/emqx/minirest.git", {tag, "0.3.5"}}} + {minirest, {git, "https://github.com/emqx/minirest.git", {tag, "0.3.6"}}} ]}. {shell, [ diff --git a/rebar.config b/rebar.config index 03a36570f..ae1d1e83a 100644 --- a/rebar.config +++ b/rebar.config @@ -42,7 +42,7 @@ , {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.10.1"}}} , {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.5.1"}}} , {cuttlefish, {git, "https://github.com/emqx/cuttlefish", {tag, "v4.0.1"}}} % TODO: delete when all apps moved to hocon - , {minirest, {git, "https://github.com/emqx/minirest", {tag, "0.3.5"}}} + , {minirest, {git, "https://github.com/emqx/minirest", {tag, "0.3.6"}}} , {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"}}}