diff options
author | lain <lain@soykaf.club> | 2021-01-13 15:11:11 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2021-01-13 15:11:11 +0100 |
commit | 9106048c6191b4b16037980655514d9b5e430023 (patch) | |
tree | fc89dea9a11a394878eba8804dce990d0903a85c /mix.exs | |
parent | c7cd9bd5911f8393fa758e329f8786913a5c321f (diff) | |
download | pleroma-9106048c6191b4b16037980655514d9b5e430023.tar.gz |
Password: Replace Pbkdf2 with Password.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -125,7 +125,6 @@ defmodule Pleroma.Mixfile do {:postgrex, ">= 0.15.5"}, {:oban, "~> 2.1.0"}, {:gettext, "~> 0.18"}, - {:pbkdf2_elixir, "~> 1.2"}, {:bcrypt_elixir, "~> 2.2"}, {:trailing_format_plug, "~> 0.0.7"}, {:fast_sanitize, "~> 0.2.0"}, |