X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=b8e663a0355955739c4a8fa145730c7ab8877a22;hb=d19c7167704308df093f060082639c0a15996af7;hp=3656059f2508d0eaa2ed6bc1c5417b2afe4cc2ab;hpb=c74018e6a7a19a40a75c343ddadc199d9990597e;p=akkoma diff --git a/mix.exs b/mix.exs index 3656059f2..b8e663a03 100644 --- a/mix.exs +++ b/mix.exs @@ -126,8 +126,8 @@ defmodule Pleroma.Mixfile do {:postgrex, ">= 0.13.5"}, {:oban, "~> 1.2"}, {:gettext, "~> 0.15"}, - {:comeonin, "~> 4.1.1"}, - {:pbkdf2_elixir, "~> 0.12.3"}, + {:pbkdf2_elixir, "~> 1.0"}, + {:bcrypt_elixir, "~> 2.0"}, {:trailing_format_plug, "~> 0.0.7"}, {:fast_sanitize, "~> 0.1"}, {:html_entities, "~> 0.5", override: true}, @@ -199,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