From 1f93bb05e618585dc4252862dfb38973fbb56cd4 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 18 Sep 2023 22:10:14 +0200 Subject: [PATCH] chore: upgrade gen_rpc to 3.1.0 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index fc75d84..af35f16 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {deps, [{snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe", {tag, "1.0.7"}}}, - {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "3.0.1"}}}, + {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "3.1.0"}}}, {replayq, {git, "https://github.com/emqx/replayq", {tag, "0.3.6"}}}, {mnesia_rocksdb, {git, "https://github.com/emqx/mnesia_rocksdb", {tag, "0.1.14"}}}, {optvar, {git, "https://github.com/emqx/optvar", {tag, "1.0.5"}}}