From c3164aa9178fc519e5ee39e2af5baf52772b13e8 Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Tue, 16 May 2023 13:54:10 +0800 Subject: [PATCH] chore: update ehttpc to 0.4.8 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 839fdc3bb..b51d94da5 100644 --- a/rebar.config +++ b/rebar.config @@ -42,7 +42,7 @@ , {base16, {git, "https://github.com/zmstone/base16", {tag, "1.0.0"}}} , {redbug, "2.0.7"} , {covertool, {git, "https://github.com/zmstone/covertool", {tag, "2.0.4.1"}}} - , {ehttpc, {git, "https://github.com/emqx/ehttpc", {tag, "0.4.4"}}} + , {ehttpc, {git, "https://github.com/emqx/ehttpc", {tag, "0.4.8"}}} , {gun, {git, "https://github.com/emqx/gun", {tag, "1.3.8"}}} , {eredis_cluster, {git, "https://github.com/emqx/eredis_cluster", {tag, "0.7.4"}}} , {gproc, {git, "https://github.com/emqx/gproc", {tag, "0.9.0.1"}}}