From be61a2590a25827fd3a256fcb8d3e2f5093baece Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 13 Mar 2024 13:59:59 +0100 Subject: [PATCH] chore: bump erlang-bcrypt to 0.6.2 --- mix.exs | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index dfd34be8a..0c3189e9d 100644 --- a/mix.exs +++ b/mix.exs @@ -98,7 +98,7 @@ defmodule EMQXUmbrella.MixProject do # set by hackney (dependency) {:ssl_verify_fun, "1.1.7", override: true}, {:rfc3339, github: "emqx/rfc3339", tag: "0.2.3", override: true}, - {:bcrypt, github: "emqx/erlang-bcrypt", tag: "0.6.1", override: true}, + {: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} ] ++ diff --git a/rebar.config b/rebar.config index e6b1ee70e..4e23394a7 100644 --- a/rebar.config +++ b/rebar.config @@ -110,7 +110,7 @@ {uuid, {git, "https://github.com/okeuday/uuid.git", {tag, "v2.0.6"}}}, {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.1"}}} + {bcrypt, {git, "https://github.com/emqx/erlang-bcrypt.git", {tag, "0.6.2"}}} ]}. {xref_ignores,