Просмотр исходного кода

chore: bump erlang-bcrypt to 0.6.2

Ivan Dyachkov 1 год назад
Родитель
Сommit
be61a2590a
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      mix.exs
  2. 1 1
      rebar.config

+ 1 - 1
mix.exs

@@ -98,7 +98,7 @@ defmodule EMQXUmbrella.MixProject do
       # set by hackney (dependency)
       # set by hackney (dependency)
       {:ssl_verify_fun, "1.1.7", override: true},
       {:ssl_verify_fun, "1.1.7", override: true},
       {:rfc3339, github: "emqx/rfc3339", tag: "0.2.3", 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},
       {:uuid, github: "okeuday/uuid", tag: "v2.0.6", override: true},
       {:quickrand, github: "okeuday/quickrand", tag: "v2.0.6", override: true}
       {:quickrand, github: "okeuday/quickrand", tag: "v2.0.6", override: true}
     ] ++
     ] ++

+ 1 - 1
rebar.config

@@ -110,7 +110,7 @@
     {uuid, {git, "https://github.com/okeuday/uuid.git", {tag, "v2.0.6"}}},
     {uuid, {git, "https://github.com/okeuday/uuid.git", {tag, "v2.0.6"}}},
     {ssl_verify_fun, "1.1.7"},
     {ssl_verify_fun, "1.1.7"},
     {rfc3339, {git, "https://github.com/emqx/rfc3339.git", {tag, "0.2.3"}}},
     {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,
 {xref_ignores,