chore: upgrade grpc-erl to 0.6.12

grpc-erl 0.6.12 doesn't start dependent apps lazily anymore, as it was not deadlock safe.
This commit is contained in:
Serge Tupchii 2023-12-01 16:58:22 +02:00
parent cb992fcf55
commit ac618d331f
3 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
Upgrade grpc-erl to 0.6.12
grpc-erl 0.6.12 fixes a potential deadlock that was possible because grpc client started dependent apps lazily.

View File

@ -57,7 +57,7 @@ defmodule EMQXUmbrella.MixProject do
{:rocksdb, github: "emqx/erlang-rocksdb", tag: "1.8.0-emqx-1", override: true},
{:ekka, github: "emqx/ekka", tag: "0.15.16", override: true},
{:gen_rpc, github: "emqx/gen_rpc", tag: "3.2.2", override: true},
{:grpc, github: "emqx/grpc-erl", tag: "0.6.8", override: true},
{:grpc, github: "emqx/grpc-erl", tag: "0.6.12", override: true},
{:minirest, github: "emqx/minirest", tag: "1.3.14", override: true},
{:ecpool, github: "emqx/ecpool", tag: "0.5.4", override: true},
{:replayq, github: "emqx/replayq", tag: "0.3.7", override: true},

View File

@ -64,7 +64,7 @@
, {rocksdb, {git, "https://github.com/emqx/erlang-rocksdb", {tag, "1.8.0-emqx-1"}}}
, {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.15.16"}}}
, {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "3.2.2"}}}
, {grpc, {git, "https://github.com/emqx/grpc-erl", {tag, "0.6.8"}}}
, {grpc, {git, "https://github.com/emqx/grpc-erl", {tag, "0.6.12"}}}
, {minirest, {git, "https://github.com/emqx/minirest", {tag, "1.3.14"}}}
, {ecpool, {git, "https://github.com/emqx/ecpool", {tag, "0.5.4"}}}
, {replayq, {git, "https://github.com/emqx/replayq.git", {tag, "0.3.7"}}}