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
This commit is contained in:
Zaiming (Stone) Shi 2023-12-02 17:14:41 +01:00
parent 5a3b8988d7
commit de61d9d609
3 changed files with 3 additions and 3 deletions

View File

@ -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]}.

View File

@ -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},

View File

@ -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"}}}