X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=mix.exs;h=b8e663a0355955739c4a8fa145730c7ab8877a22;hb=be4db41d713f981cc464e5fa7bc7191d3ff776d6;hp=3656059f2508d0eaa2ed6bc1c5417b2afe4cc2ab;hpb=da2fe8920de0ab7455de9f72e74a3ef764db6ad3;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