summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-13 07:45:35 +0000
committerlain <lain@soykaf.club>2020-05-13 07:45:35 +0000
commit3210e939bf3b3f3c80a6774ae4d4a531ef5491cd (patch)
treeef51aae2e3cbc43a506af4ad940a5be63fdb5e70 /mix.exs
parentc74018e6a7a19a40a75c343ddadc199d9990597e (diff)
parentb46811a07444187e7765f439e933f214c0a0aeb3 (diff)
downloadpleroma-3210e939bf3b3f3c80a6774ae4d4a531ef5491cd.tar.gz
pleroma-3210e939bf3b3f3c80a6774ae4d4a531ef5491cd.zip
Merge branch 'upgrade-comeonin' into 'develop'
Upgrade Comeonin to v5 See merge request pleroma/pleroma!2523
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 3656059f2..6aa459d7f 100644
--- a/mix.exs
+++ b/mix.exs
@@ -126,8 +126,7 @@ 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"},
{:trailing_format_plug, "~> 0.0.7"},
{:fast_sanitize, "~> 0.1"},
{:html_entities, "~> 0.5", override: true},