From 601f7505697995a7cfb0ccf7a71695a93aa184a5 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Tue, 9 May 2023 09:53:00 -0300 Subject: [PATCH] chore: update gproc -> 0.9.0.1 See: https://github.com/uwiger/gproc/pull/193 Also (appup and tag): https://github.com/emqx/gproc/pull/1 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 582307e61..839fdc3bb 100644 --- a/rebar.config +++ b/rebar.config @@ -45,7 +45,7 @@ , {ehttpc, {git, "https://github.com/emqx/ehttpc", {tag, "0.4.4"}}} , {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/uwiger/gproc", {tag, "0.9.0"}}} + , {gproc, {git, "https://github.com/emqx/gproc", {tag, "0.9.0.1"}}} , {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}} , {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.9.1"}}} , {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.8.10"}}}