chore: lock mimerl

This commit is contained in:
William Yang 2024-04-30 10:27:02 +02:00
parent 70ffd77f99
commit 3a674f44f1
2 changed files with 4 additions and 2 deletions

View File

@ -101,7 +101,8 @@ defmodule EMQXUmbrella.MixProject do
{:bcrypt, github: "emqx/erlang-bcrypt", tag: "0.6.2", override: true},
{:uuid, github: "okeuday/uuid", tag: "v2.0.6", override: true},
{:quickrand, github: "okeuday/quickrand", tag: "v2.0.6", override: true},
{:ra, "2.7.3", override: true}
{:ra, "2.7.3", override: true},
{:mimerl, "1.2.0", override: true}
] ++
emqx_apps(profile_info, version) ++
enterprise_deps(profile_info) ++ jq_dep() ++ quicer_dep()

View File

@ -111,7 +111,8 @@
{ssl_verify_fun, "1.1.7"},
{rfc3339, {git, "https://github.com/emqx/rfc3339.git", {tag, "0.2.3"}}},
{bcrypt, {git, "https://github.com/emqx/erlang-bcrypt.git", {tag, "0.6.2"}}},
{ra, "2.7.3"}
{ra, "2.7.3"},
{mimerl, "1.2.0"}
]}.
{xref_ignores,