From de61d9d609e994be7c64e851e8260d21fb522f73 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Sat, 2 Dec 2023 17:14:41 +0100 Subject: [PATCH] chore: upgrade to jiffy from 1.0.5 to 1.0.6 1.0.5 has an unexported type which causes dialyzer to fail on otp 26 --- apps/emqx_utils/rebar.config | 2 +- mix.exs | 2 +- rebar.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/emqx_utils/rebar.config b/apps/emqx_utils/rebar.config index 4c39cfe64..7aa4d34d0 100644 --- a/apps/emqx_utils/rebar.config +++ b/apps/emqx_utils/rebar.config @@ -5,7 +5,7 @@ ]}. {deps, [ - {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}} + {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.6"}}} ]}. {project_plugins, [erlfmt]}. diff --git a/mix.exs b/mix.exs index 75d838fa6..9c03b943f 100644 --- a/mix.exs +++ b/mix.exs @@ -51,7 +51,7 @@ defmodule EMQXUmbrella.MixProject do {:typerefl, github: "ieQu1/typerefl", tag: "0.9.1", override: true}, {:ehttpc, github: "emqx/ehttpc", tag: "0.4.11", override: true}, {:gproc, github: "emqx/gproc", tag: "0.9.0.1", override: true}, - {:jiffy, github: "emqx/jiffy", tag: "1.0.5", override: true}, + {:jiffy, github: "emqx/jiffy", tag: "1.0.6", override: true}, {:cowboy, github: "emqx/cowboy", tag: "2.9.2", override: true}, {:esockd, github: "emqx/esockd", tag: "5.9.9", override: true}, {:rocksdb, github: "emqx/erlang-rocksdb", tag: "1.8.0-emqx-1", override: true}, diff --git a/rebar.config b/rebar.config index 310fa79a2..d367b6a89 100644 --- a/rebar.config +++ b/rebar.config @@ -58,7 +58,7 @@ , {gun, {git, "https://github.com/emqx/gun", {tag, "1.3.9"}}} , {ehttpc, {git, "https://github.com/emqx/ehttpc", {tag, "0.4.11"}}} , {gproc, {git, "https://github.com/emqx/gproc", {tag, "0.9.0.1"}}} - , {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}} + , {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.6"}}} , {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.9.2"}}} , {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.9.9"}}} , {rocksdb, {git, "https://github.com/emqx/erlang-rocksdb", {tag, "1.8.0-emqx-1"}}}