From da93cfc79e0d21aa25e62e70151d539b63c76b76 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Mon, 25 Jan 2021 13:44:26 +0800 Subject: [PATCH] chore(deps): upgrade eredis_cluster to 0.6.4 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 9aaca64..3858303 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,5 @@ {deps, - [{eredis_cluster, {git, "https://github.com/emqx/eredis_cluster", {tag, "0.6.3"}}}, + [{eredis_cluster, {git, "https://github.com/emqx/eredis_cluster", {tag, "0.6.4"}}}, {ecpool, {git, "https://github.com/emqx/ecpool", {tag, "v0.4.2"}}}, {emqx_passwd, {git, "https://github.com/emqx/emqx-passwd", {tag, "v1.1.1"}}} ]}.