From 159ba635309faa4aac968a8fad49a895eb31a152 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Tue, 16 Nov 2021 09:16:26 +0800 Subject: [PATCH] chore: upgrade grpc-erl to 0.6.4 --- apps/emqx_gateway/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_gateway/rebar.config b/apps/emqx_gateway/rebar.config index fe088d7d8..44f74eacf 100644 --- a/apps/emqx_gateway/rebar.config +++ b/apps/emqx_gateway/rebar.config @@ -1,6 +1,6 @@ {erl_opts, [debug_info]}. {deps, [ - {grpc, {git, "https://github.com/emqx/grpc-erl", {tag, "0.6.2"}}} + {grpc, {git, "https://github.com/emqx/grpc-erl", {tag, "0.6.4"}}} ]}. {plugins, [