From bf84686b760798a70d10deac87d501c56d6543da Mon Sep 17 00:00:00 2001 From: zhouzb Date: Sat, 16 Jan 2021 09:54:41 +0800 Subject: [PATCH] chore(ehttpc): update tag of ehttpc --- apps/emqx_web_hook/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_web_hook/rebar.config b/apps/emqx_web_hook/rebar.config index a923a9906..a1caccf57 100644 --- a/apps/emqx_web_hook/rebar.config +++ b/apps/emqx_web_hook/rebar.config @@ -1,7 +1,7 @@ {plugins, [rebar3_proper]}. {deps, - [{ehttpc, {git, "https://github.com/emqx/ehttpc", {tag, "0.1.0"}}}, + [{ehttpc, {git, "https://github.com/emqx/ehttpc", {tag, "0.1.1"}}}, {emqx_rule_engine, {git, "https://github.com/emqx/emqx-rule-engine"}} ]}.