X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=b8e663a0355955739c4a8fa145730c7ab8877a22;hb=9cbf17d59fe34a760f8a4f94bc60f78b38ccba06;hp=6aa459d7f70761e4d068b94cec5cccbf17e4fde5;hpb=b46811a07444187e7765f439e933f214c0a0aeb3;p=akkoma diff --git a/mix.exs b/mix.exs index 6aa459d7f..b8e663a03 100644 --- a/mix.exs +++ b/mix.exs @@ -127,6 +127,7 @@ defmodule Pleroma.Mixfile do {:oban, "~> 1.2"}, {:gettext, "~> 0.15"}, {:pbkdf2_elixir, "~> 1.0"}, + {:bcrypt_elixir, "~> 2.0"}, {:trailing_format_plug, "~> 0.0.7"}, {:fast_sanitize, "~> 0.1"}, {:html_entities, "~> 0.5", override: true}, @@ -198,7 +199,7 @@ defmodule Pleroma.Mixfile do {:restarter, path: "./restarter"}, {:open_api_spex, git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git", - ref: "b862ebd78de0df95875cf46feb6e9607130dc2a8"} + ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"} ] ++ oauth_deps() end